serverTimestamp method

dynamic serverTimestamp()

Returns a sentinel for use with set() or update() to include a server-generated timestamp in the written data.

Implementation

dynamic serverTimestamp() {
  throw UnimplementedError('serverTimestamp() is not implemented');
}