StoreMixin mixin

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

fetchWithKey(String key) Future
Fetch a object by the key
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
storeWithKey(String key, dynamic obj) Future<void>
Store a object with the key. The obj must be one of bool, double, int, String or List
toString() String
A string representation of this object.
inherited

Operators

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