TransactionPartnerOther.fromJson constructor
Creates a TransactionPartnerOther object from JSON.
Implementation
factory TransactionPartnerOther.fromJson(Map<String, dynamic> json) {
return TransactionPartnerOther();
}
Creates a TransactionPartnerOther object from JSON.
factory TransactionPartnerOther.fromJson(Map<String, dynamic> json) {
return TransactionPartnerOther();
}