alphaNumericSpecialChars top-level property

Iterable<string> get alphaNumericSpecialChars

Implementation

Iterable<string> get alphaNumericSpecialChars => [...alphaNumericChars, ...specialChars]..sort();