Storage class

Constructors

Storage()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
initialized Future<void>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAllList(String key, List<Json> value) → void
addList(String key, JsonEncodable value) → void
addToObjectList(String key, String value) → void
getBool(String key) bool?
getInt(String key) int?
getList(String key) List<Json>?
getListSize(String key) int
getString(String key) String?
getStringList(String key) List<String>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String key) → void
setBool(String key, bool value) → void
setInt(String key, int value) → void
setList(String key, List value) → void
setString(String key, String value) → void
setStringList(String key, List<String> value) → void
toString() String
A string representation of this object.
inherited

Operators

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