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