pending property Null safety
A control is pending when its status is ControlStatus.pending.
Implementation
bool get pending => status == ControlStatus.pending;
A control is pending when its status is ControlStatus.pending.
bool get pending => status == ControlStatus.pending;