timestampAdded property

  1. @JsonKey(name: 'timestamp_added', fromJson: heliumTimestampFromJson, toJson: heliumTimestampToJson)
DateTime timestampAdded
final

The time of the block in blockAdded.

Implementation

@JsonKey(
  name: 'timestamp_added',
  fromJson: heliumTimestampFromJson,
  toJson: heliumTimestampToJson,
)
final DateTime timestampAdded;