AppRoutes class abstract
Defines route names used throughout the Fetosense MIS application.
The AppRoutes class provides static constants for all named routes in the app.
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
- analyticsDoctors → const String
- Route for the analytics doctors screen.
- analyticsOrganizations → const String
- Route for the analytics organizations screen.
- dashboard → const String
- Route for the dashboard screen.
- deviceRegistration → const String
- Route for the device registration screen.
- generateQr → const String
- Route for the QR code generation screen.
- home → const String
- Route for the home screen.
- login → const String
- Route for the login screen.
- misDevices → const String
- Route for the MIS devices screen.
- misDoctors → const String
- Route for the MIS doctors screen.
- misMothers → const String
- Route for the MIS mothers screen.
- misOrganizations → const String
- Route for the MIS organizations screen.
- organizationRegistration → const String
- Route for the organization registration screen.
- register → const String
- Route for the registration screen.
- splash → const String
- Route for the splash screen.