alwaysUseServerTimestampSealedTimestampConverter top-level constant

_SealedTimestampConverter const alwaysUseServerTimestampSealedTimestampConverter

A _SealedTimestampConverter to always use FieldValue.serverTimestamp when calling toJson.

Implementation

const alwaysUseServerTimestampSealedTimestampConverter =
    _SealedTimestampConverter(alwaysUseServerTimestamp: true);