SEP24TransactionResponse.fromJson constructor Null safety
Implementation
factory SEP24TransactionResponse.fromJson(Map<String, dynamic> json) =>
SEP24TransactionResponse(SEP24Transaction.fromJson(json['transaction']));
factory SEP24TransactionResponse.fromJson(Map<String, dynamic> json) =>
SEP24TransactionResponse(SEP24Transaction.fromJson(json['transaction']));