Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…e-api into 3.x
  • Loading branch information
agordn52 committed Aug 17, 2024
2 parents 9f8b1cd + bc424db commit 4feb0e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/models/response/product_variation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ class ProductVariation {
.toList(),
metaData = (json['meta_data'] as List)
.map((i) => MetaData.fromJson(i))
.toList();
.toList(),
image = Image.fromJson(json['image']);
}

class Category {
Expand Down

0 comments on commit 4feb0e8

Please sign in to comment.