spaceDelimiter top-level constant

String const spaceDelimiter

Delimiter: a single space ( ).

Implementation

const String spaceDelimiter = r' ';