dotDelimiter top-level constant

String const dotDelimiter

Delimiter: a single dot (.).

Implementation

const String dotDelimiter = r'.';