timestamps property

Timestamp? timestamps

Implementation

Timestamp? get timestamps =>  _timestamps != null ? Timestamp.from(payload: _timestamps) : null;