TDMode enum

Running mode. The default mode is NORMAL.

Inheritance

Constructors

TDMode()
const

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
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

values → const List<TDMode>
A constant List of the values in this enum, in order of their declaration.