onQueryResponseJson method

  1. @override
QueryGlobalMinGasPriceResponse onQueryResponseJson(
  1. Map<String, dynamic> json
)
override

Implementation

@override
QueryGlobalMinGasPriceResponse onQueryResponseJson(
  Map<String, dynamic> json,
) {
  return QueryGlobalMinGasPriceResponse.fromJson(json);
}