ReadableStore class

Reactive store available for reading.

Constructors

ReadableStore(Map<String, dynamic> fields)
Creates a store of readable proxies created on Map.

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

clear() → void
Clears proxy dependencies and proxies from the store.
destroy(String key) → void
ReadableStore proxy can be destroyed, takes the key of the value to be destroyed.
get(String key, Widget widget) → dynamic
Takes Widget second argument as a store dependency.
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