FinancialTransactionRequestMessage.fromJson constructor

FinancialTransactionRequestMessage.fromJson(
  1. String source
)

Implementation

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