toMap method
Implementation
@override
Map<String, dynamic> toMap() => {
"branchIds": branchIds?.toMap(),
"typeIds": typeIds?.toMap(),
"receiptIds": receiptIds?.toMap(),
"accountIds": accountIds?.toMap(),
"currencyIds": currencyIds?.toMap(),
"userIds": userIds?.toMap(),
"price": price?.toMap(),
"text": text?.toMap(),
};