AppStatus.error constructor

AppStatus.error()

Implementation

factory AppStatus.error() {
  return AppStatus._(
    isError: true,
  );
}