progress on batches
This commit is contained in:
@@ -19,12 +19,12 @@ _Recipient _$RecipientFromJson(Map<String, dynamic> json) => _Recipient(
|
||||
|
||||
Map<String, dynamic> _$RecipientToJson(_Recipient instance) =>
|
||||
<String, dynamic>{
|
||||
'uid': instance.uid,
|
||||
'name': instance.name,
|
||||
'email': instance.email,
|
||||
'phoneNumber': instance.phoneNumber,
|
||||
'address': instance.address,
|
||||
'account': instance.account,
|
||||
'initials': instance.initials,
|
||||
'latestProviderLabel': instance.latestProviderLabel,
|
||||
'uid': ?instance.uid,
|
||||
'name': ?instance.name,
|
||||
'email': ?instance.email,
|
||||
'phoneNumber': ?instance.phoneNumber,
|
||||
'address': ?instance.address,
|
||||
'account': ?instance.account,
|
||||
'initials': ?instance.initials,
|
||||
'latestProviderLabel': ?instance.latestProviderLabel,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user