timestamp property

  1. @override
DateTime? timestamp
override

Implementation

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

Implementation

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