toTomlKey method

dynamic toTomlKey()

Like toTomlValue but is invoked when the object is used as a key of a Map instead of as a value.

Implementation

dynamic toTomlKey() => toTomlValue();