TomlEncodableValue class abstract

Interface for an object which can be encoded as a TOML value or table.

Implementers

Constructors

TomlEncodableValue()
Constant default constructor to allow subclasses with const constructors.
const

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
toTomlValue() → dynamic
Converts this object to an object which can natively be represented as a TOML value or table.

Operators

operator ==(Object other) bool
The equality operator.
inherited