valueOrTomlException property

T valueOrTomlException

Returns the parsed value of this result, or throws a TOML parser exception if this is a parse failure.

Implementation

T get valueOrTomlException => TomlParserException.fromResult(this);