CtrlStatus.empty constructor

CtrlStatus.empty()

Implementation

factory CtrlStatus.empty() {
  return CtrlStatus._(isEmpty: true);
}