usability fixes
This commit is contained in:
@@ -62,6 +62,7 @@ class GroupBatchItem {
|
||||
final String? billProductName;
|
||||
final String? providerLabel;
|
||||
final String? providerImage;
|
||||
final String? creditAddress;
|
||||
|
||||
const GroupBatchItem({
|
||||
this.id,
|
||||
@@ -78,6 +79,7 @@ class GroupBatchItem {
|
||||
this.billProductName,
|
||||
this.providerLabel,
|
||||
this.providerImage,
|
||||
this.creditAddress,
|
||||
});
|
||||
|
||||
factory GroupBatchItem.fromJson(Map<String, dynamic> json) =>
|
||||
|
||||
Reference in New Issue
Block a user