aSpecialCharacter method
No description provided for @aSpecialCharacter.
In en, this message translates to: 'a SPECIAL CHARACTER ({chars})'
Implementation
@override
String aSpecialCharacter(String chars) {
return 'a SPECIAL CHARACTER ($chars)';
}