StreamBuild<T> class

局部组件状态管理

Constructors

StreamBuild(String key)
StreamBuild.instance(String key)
factory

Properties

data → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
key String
final
outer → dynamic
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
t ↔ T?
getter/setter pair

Methods

addObserver(Widget ob(T t), {required T initialData}) Widget
changeData(T t) → dynamic
dis() → dynamic
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