time property

  1. @JsonKey(fromJson: heliumBlockTimeFromJson, toJson: heliumBlockTimeToJson)
DateTime time
final

The time that the predicted price may take effect.

Implementation

@JsonKey(
  fromJson: heliumBlockTimeFromJson,
  toJson: heliumBlockTimeToJson,
)
final DateTime time;