timestamp property

int? timestamp
override

Implementation

int? get timestamp => _$this._timestamp;
void timestamp=(covariant int? timestamp)
covariantoverride

Implementation

set timestamp(covariant int? timestamp) => _$this._timestamp = timestamp;