FinancialTransactionRequestMessage.fromJson constructor
FinancialTransactionRequestMessage.fromJson(
- String source
Implementation
factory FinancialTransactionRequestMessage.fromJson(String source) => FinancialTransactionRequestMessage.fromMap(json.decode(source));