stringType property

  1. @override
TomlStringType stringType
override

The type of this string.

Implementation

@override
TomlStringType get stringType => TomlStringType.multilineLiteral;