AppStatus.success constructor

AppStatus.success()

Implementation

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