state property

State? state
final

The current state of the function. When the state is Inactive, you can reactivate the function by invoking it.

Implementation

final State? state;