onResonse method

  1. @override
ParsedBroadcastTransactionResult onResonse(
  1. Map<String, dynamic> result
)
override

Converts the response result to the specified type RESULT.

Implementation

@override
ParsedBroadcastTransactionResult onResonse(Map<String, dynamic> result) {
  return ParsedBroadcastTransactionResult.fromJson(result);
}