Skip to content

Commit 4feb0e8

Browse files
committed
2 parents 9f8b1cd + bc424db commit 4feb0e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/models/response/product_variation.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ class ProductVariation {
139139
.toList(),
140140
metaData = (json['meta_data'] as List)
141141
.map((i) => MetaData.fromJson(i))
142-
.toList();
142+
.toList(),
143+
image = Image.fromJson(json['image']);
143144
}
144145

145146
class Category {

0 commit comments

Comments
 (0)