ts property

int? ts

Implementation

int? get ts => _$this._ts;
void ts=(int? ts)

Implementation

set ts(int? ts) => _$this._ts = ts;