state property
The current state of the function. When the state is Inactive
,
you can reactivate the function by invoking it.
Implementation
final State? state;
The current state of the function. When the state is Inactive
,
you can reactivate the function by invoking it.
final State? state;