TransactionPartnerOther.fromJson constructor

TransactionPartnerOther.fromJson(
  1. Map<String, dynamic> json
)

Creates a TransactionPartnerOther object from JSON.

Implementation

factory TransactionPartnerOther.fromJson(Map<String, dynamic> json) {
  return TransactionPartnerOther();
}