CtrlStatus.loading constructor

CtrlStatus.loading()

Implementation

factory CtrlStatus.loading() {
  return CtrlStatus._(isLoading: true);
}