timestamp property
int?
get
timestamp
Implementation
int? get timestamp => _$this._timestamp;
set
timestamp
(int? timestamp)
Implementation
set timestamp(int? timestamp) => _$this._timestamp = timestamp;