FlutterFlowModel<W extends Widget> class abstract

Constructors

FlutterFlowModel()

Properties

disposeOnWidgetDisposal bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateOnChange bool
getter/setter pair
widget → W?
no setter

Methods

dispose() → void
initState(BuildContext context) → void
maybeDispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onUpdate() → void
setOnUpdate({bool updateOnChange = false, required VoidCallback onUpdate}) FlutterFlowModel<Widget>
toString() String
A string representation of this object.
inherited
updatePage(VoidCallback callback) → void

Operators

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