bcnFeePerGasResponseFromJson function

BcnFeePerGasResponse? bcnFeePerGasResponseFromJson(
  1. String? str
)

Implementation

BcnFeePerGasResponse bcnFeePerGasResponseFromJson(String str) =>
    BcnFeePerGasResponse.fromJson(json.decode(str));