TransactionInfo.fromJson constructor
TransactionInfo.fromJson(
- Map json_
Implementation
TransactionInfo.fromJson(core.Map json_)
: this(transactionId: json_['transactionId'] as core.String?);
TransactionInfo.fromJson(core.Map json_)
: this(transactionId: json_['transactionId'] as core.String?);