ReadType enum determines how the numbers are interpreted.

  // Default: Represents the normal English language interpretation.
  // Single: Represents that the numbers are interpreted one by one.
  // Double: Represents that the numbers are interpreted two by two.

Constants

Default ReadType
const ReadType(0)
Double ReadType
const ReadType(2)
Single ReadType
const ReadType(1)
values → List<ReadType>

A constant List of the values in this enum, in order of their declaration.

const List<ReadType>

Properties

index → int
final
hashCode → int

The hash code for this object.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited