updating UI inconsistency
This commit is contained in:
@@ -61,6 +61,7 @@ GroupBatchItem _$GroupBatchItemFromJson(Map<String, dynamic> json) =>
|
||||
billProductName: json['billProductName'] as String?,
|
||||
providerLabel: json['providerLabel'] as String?,
|
||||
providerImage: json['providerImage'] as String?,
|
||||
creditAddress: json['creditAddress'] as String?,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$GroupBatchItemToJson(GroupBatchItem instance) =>
|
||||
@@ -79,6 +80,7 @@ Map<String, dynamic> _$GroupBatchItemToJson(GroupBatchItem instance) =>
|
||||
'billProductName': instance.billProductName,
|
||||
'providerLabel': instance.providerLabel,
|
||||
'providerImage': instance.providerImage,
|
||||
'creditAddress': instance.creditAddress,
|
||||
};
|
||||
|
||||
CreateBatchRequest _$CreateBatchRequestFromJson(Map<String, dynamic> json) =>
|
||||
|
||||
Reference in New Issue
Block a user