count property

  1. @JsonKey(name: 'count')
double? count
getter/setter pair

Count associated with timestamp

Implementation

@JsonKey(name:'count')
double? count;