otherCharacters top-level property
All Characters not digits, letters or punctuation
Implementation
List<String> otherCharacters = [
'/', // Slash
'\\', // Back Slash
'+', // Plus (the minus is a dash punctuation)
'=', // Back Slash
'#', // Hash
'\$', // Dollar
'&', //
'*', //
'@', //
];