TDMode enum
Running mode. The default mode is NORMAL.
Values
- NORMAL → const TDMode
-
In normal mode, data is cached and reported according to certain cache policies
- DEBUG → const TDMode
-
Debug mode: Data is reported one by one. When a problem occurs, the user is alerted in the form of logs and exceptions
- DEBUG_ONLY → const TDMode
-
Debug Only mode: verifies data and does not store data in the database
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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