|
|
@@ -129,7 +129,7 @@ class ListStyle { |
|
|
|
this.skipName}); |
|
|
|
|
|
|
|
ListStyle.fromJson(Map<String, dynamic> json) { |
|
|
|
idx = json['idx']; |
|
|
|
idx = json['idx']?.toString(); |
|
|
|
title = json['title']; |
|
|
|
img = json['img']; |
|
|
|
data = json['data'] != null ? new Data.fromJson(json['data']) : null; |
|
|
|