DemoController class

Inheritance

Constructors

DemoController()

Properties

hashCode int
The hash code for this object.
no setterinherited
number Ab<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
AbBuilder 内部的 dispose,只会在 Aber._put 时所在的 AbBuilder 中调用,且只会调用一次。
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onInit() → void
AbBuilder 内部的 initState,只会在 Aber._put 时所在的 AbBuilder 中调用,且只会调用一次。
inherited
refreshModify({bool isForce = false}) → void
使用 modifymodifyComplex 后调用该函数进行尝试重建。
inherited
toString() String
A string representation of this object.
inherited

Operators

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