FirestoreSerializerPlugin class

Built SerializerPlugin to convert the data received from the cloud_firestore into the common type of built

Converts: cloud_firestore: fs.GeoPoint to built_list cloud_firestore: fs.Timestamp to DateTime

Constructors

FirestoreSerializerPlugin({GeoPointConfig geoPointConfig = const GeoPointConfig()})
const

Properties

geoPointConfig GeoPointConfig
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

afterDeserialize(Object? object, FullType specifiedType) Object?
override
afterSerialize(Object? object, FullType specifiedType) Object?
override
beforeDeserialize(Object? object, FullType specifiedType) Object?
override
beforeSerialize(Object? object, FullType specifiedType) Object?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited