timestamp property

String? get timestamp

Implementation

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

Implementation

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