type property

  1. @override
TomlType type
override

The type of the TOML value represented by this AST node.

Implementation

@override
TomlType get type => TomlType.offsetDateTime;