aSpecialCharacter method

  1. @override
String aSpecialCharacter(
  1. String chars
)
override

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)';
}