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