ElementBuilder<M extends ElementModel, D> class abstract

Implementers

Constructors

ElementBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
model → M
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source → D?
no setter

Methods

builder(BuildContext context) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBuildComplete() → void
onBuildInit() → void
构建初始化
setModel(M model) → void
setSource(D? data) → void
subscribeNotifierWidget(M model, ConsumerElementBuilder<M> builder) Widget
订阅消费组件 model 订阅模型 builder 组件构建器
toString() String
A string representation of this object.
inherited

Operators

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