MapFirestoreExtensions extension
extension methods for Map
- on
Methods
-
getGeoPoint(
String key) → GeoPoint? -
Reads a
key
value ofGeoPoint
type from Map. -
getTimestamp(
String key, {Timestamp? defaultValue}) → Timestamp? -
Reads a
key
value ofTimestamp
type from Map.