timestamps property
Timestamp?
get
timestamps
Get timestamps of this
Implementation
Timestamp? get timestamps => _timestamps != null ? Timestamp.from(payload: _timestamps) : null;
Get timestamps of this
Timestamp? get timestamps => _timestamps != null ? Timestamp.from(payload: _timestamps) : null;