ModelGoldSize.fromJson(Map<String, dynamic> json) { data = json['data'] != null ? DataGoldSize.fromJson(json['data']) : null; }