ElementState<M extends ElementModel, D> class
元素状态
Constructors
- ElementState({required M model})
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
Methods
-
convertToWidget(
{required BuildContext context, D? source, required ElementBuilder< M, D> builder}) → Widget -
消费对象组件转换
context
视图上下文source
原数据builder
对象消费者构建器 -
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