timestamp property

  1. @JsonKey(fromJson: convertToIntIfDoubleValue)
int? timestamp
getter/setter pair

Unix Millisecond Timestamp when data was fetched

Implementation

@JsonKey(fromJson: convertToIntIfDoubleValue)
int? timestamp;