Precondition.timestamp constructor
Precondition.timestamp(
- Timestamp _lastUpdateTime
Checks that the document has last been updated at the specified time.
Implementation
Precondition.timestamp(Timestamp this._lastUpdateTime) : _exists = null;