stateReasonCode property
The reason code for the function's current state. When the code is
Creating
, you can't invoke or modify the function.
Implementation
final StateReasonCode? stateReasonCode;
The reason code for the function's current state. When the code is
Creating
, you can't invoke or modify the function.
final StateReasonCode? stateReasonCode;