AppConstants class abstract
A utility class containing application-wide constant values and keys.
The AppConstants class provides static constant values for routes, Appwrite credentials, and various app settings keys used throughout the Fetosense MIS application.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- appwriteDatabaseId → const String
- appwriteEndpoint → const String
- appwriteProjectId → const String
- autoInterpretationsKey → const String
- Key for auto interpretations in printing section.
- configCollectionId → const String
- defaultPrintScaleKey → const String
- Key for default print scale in printing section.
- defaultTestDurationKey → const String
- Key for default test duration in app settings.
- deviceCollectionId → const String
- displayLogoKey → const String
- Key for displaying logo in printing section.
- doctorCommentKey → const String
- Key for doctor comments in printing section.
- emailKey → const String
- Key for email in sharing section.
- fhrAlertsKey → const String
- Key for FHR alerts in app settings.
- fisherScoreKey → const String
- Key for Fisher score in app settings.
- highlightPatternsKey → const String
- Key for highlighting patterns in printing section.
- homeRoute → const String
- Route name for home screens.
- instantTest → const String
- Route name for instant test screens.
- motherDetailsRoute → const String
- Route name for mother details screens.
- movementMarkerKey → const String
- Key for movement marker in app settings.
- patientIdKey → const String
- Key for patient ID in app settings.
- registeredMother → const String
- Route name for registered mother screens.
- Key for sharing audio in sharing section.
- Key for sharing report in sharing section.
- testRoute → const String
- Route name for test screens.
- testsCollectionId → const String
- twinReadingKey → const String
- Key for twin reading in app settings.
- userCollectionId → const String