childKey property

TomlSimpleKey childKey

Gets the last key part (i.e., the name of this key within the table called parentKey).

Implementation

TomlSimpleKey get childKey => parts.last;