AppStatus.empty constructor

AppStatus.empty()

Implementation

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