timestampMs property

int? timestampMs

Implementation

int? get timestampMs => _values[_indexTimestampMs];
void timestampMs=(int? value)

Implementation

set timestampMs(int? value) => _setValue(_indexTimestampMs, value);