firestore_converters library

Functions

dateTimeFromTimestamp(Timestamp timestamp) DateTime
dateTimeFromTimestampNullable(Timestamp? timestamp) DateTime?
dateTimeToTimestamp(DateTime dateTime) → Timestamp
dateTimeToTimestampNullable(DateTime? dateTime) → Timestamp?
timestampSerializer(dynamic object) → dynamic