timestamp property

int? timestamp

Implementation

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

Implementation

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