CtrlStatus.success constructor

CtrlStatus.success()

Implementation

factory CtrlStatus.success() {
  return CtrlStatus._(isSuccess: true);
}