InqvineSystemService class
- Inheritance
-
- Object
- InqvineServiceBase
- InqvineSystemService
Properties
- applicationStatus → ApplicationStatus?
-
no setter
- canDisplayDowntimeScreen → bool
-
no setter
- downtimeBuilder ↔ Widget Function(ApplicationStatus? applicationStatus)?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isServiceInitialized → bool
-
no setterinherited
- isSystemOnline → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
systemStatusCollection
→ CollectionReference<
Object?> -
no setter
-
systemSubscription
↔ StreamSubscription<
DocumentSnapshot< ?Object?> > -
getter/setter pair
Methods
-
dispose(
) → Future< void> -
inherited
-
initializeService(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onSystemStatusSnapshotChanged(
DocumentSnapshot< Object?> event) → Future<void> -
prepareSystemListeners(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → InqvineSystemService
-
no setter
Constants
- systemStatusDocumentName → const String