timestamp property

String? timestamp
override

Implementation

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

Implementation

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