timestamps property

Timestamp? get timestamps

Implementation

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