control property

ControlCommand? control

Implementation

ControlCommand? get control => _$this._control;
void control=(ControlCommand? control)

Implementation

set control(ControlCommand? control) => _$this._control = control;