LS class

Constructors

LS()

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

Operators

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

Static Properties

classNames → Map<Type, String>
final
create → LSCreateDelegate
final
delete → LSDeleteDelegate
final
deserializers → Map<Type, Deserializer>
final
exists → LSExistDelegate
final
get → LSGetDelegate
final
instance ↔ Localstore
getter/setter pair
list → LSListDelegate
final
reference → LSReferenceDelegate
final
serializers → Map<Type, Serializer>
final
update → LSUpdateDelegate
final

Static Methods

registerClassName(Type type, String typeName) → void
Registers a type name for release config compatibility (avoiding code obfuscation issues):
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.