TransactionResponse.fromJson(this.message, this.isSuccess, dynamic json) { transactionData = json != null ? TransactionData.fromJson(json) : null; }