timestamp property

String? timestamp

Implementation

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

Implementation

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