timestamp property Null safety

  1. @JsonKey(defaultValue: 0, name: 'ts')
int timestamp
read / write

Latest read timestamps

Implementation

@JsonKey(defaultValue: 0, name: 'ts')
int timestamp;