TomlType enum

The possible types of TomlValues.

Inheritance

Constructors

TomlType()
const

Values

array → const TomlType

The type of a TOML array.

boolean → const TomlType

The type of a boolean value.

float → const TomlType

The type of a floating point number.

integer → const TomlType

The type of an integer.

string → const TomlType

The type of all variations of TOML strings.

table → const TomlType

The type of an inline table.

offsetDateTime → const TomlType

The type of an offset date-time.

localDateTime → const TomlType

The type of a local date-time.

localDate → const TomlType

The type of a local date.

localTime → const TomlType

The type of a local time.

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<TomlType>
A constant List of the values in this enum, in order of their declaration.