timestamp property

  1. @override
DateTime? get timestamp
override

Implementation

@override
DateTime? get timestamp => _$this._timestamp;
  1. @override
set timestamp (DateTime? timestamp)
override

Implementation

@override
set timestamp(DateTime? timestamp) => _$this._timestamp = timestamp;