LS class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
registerDeserializer<T>(T fromMap(Map<String, dynamic>))
→ void
-
Registers a deserializer for a specific type. Needed for dynamically deserializing objects.
NOTE: This function is called by generated code in the target Flutter app.
You should not call this function directly in your code.
-
registerSerializer<T>(Map<String, dynamic> function(T obj))
→ void
-
Creates a paginator for Firestore queries.
Maybe in next versions.
Registers a serializer for a specific type. Needed for dynamically serializing objects.
NOTE: This function is called by generated code in the target Flutter app.
You should not call this function directly in your code.