TransactionPartner.fromJson constructor

TransactionPartner.fromJson(
  1. Map<String, Object?> json
)

Creates the TransactionPartner instance from JSON

Implementation

factory TransactionPartner.fromJson(Map<String, Object?> json) =>
    _$TransactionPartnerFromJson(json);