Routes class

The names of all the pages available in the app.

These names are used to jump from page to page. They are equivalent to a URL.

Constructors

Routes()

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

arm → const String
The name of the arm IK page.
autonomy → const String
The name of the autonomy page.
blank → const String
The name of the blank page.
drive → const String
The name of the drive/position data page
electrical → const String
The name of the electrical data page
home → const String
The name of the home page.
logs → const String
The name of the logs page.
rocks → const String
The name of the rocks page.
science → const String
The name of the science analysis page.
settings → const String
The name of the settings page.