AppStatus.loading constructor

AppStatus.loading()

Implementation

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