HeliumOraclePricePrediction.fromJson constructor

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

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

Implementation

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