toTomlValue abstract method

dynamic toTomlValue()

Converts this object to an object which can natively be represented as a TOML value or table.

If a TomlEncodableValue is returned from this method, it is converted recursively by the encoder.

Implementation

dynamic toTomlValue();