HeliumTransactionPriceOracleV1.fromJson constructor

HeliumTransactionPriceOracleV1.fromJson(
  1. Map<String, dynamic> json
)

Creates an instance from a map derived from the JSON serialization.

Implementation

factory HeliumTransactionPriceOracleV1.fromJson(Map<String, dynamic> json) =>
    _$HeliumTransactionPriceOracleV1FromJson(json);