LifecycleAwareState<T extends dynamic> class Null safety

Make the private _debugLifecycleState attribute from the State accessible

Constructors

LifecycleAwareState()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
lifecycleState StateLifecycle
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

didChangeDependencies() → void
initState() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
setStateSafe(dynamic fn) → void
Will call setState only if the current lifecycle state allows it
toString() String
A string representation of this object. [...]
inherited

Operators

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