getCharacter method

String? getCharacter(
  1. String binary
)

Implementation

String? getCharacter(String binary) {
  return characterTable[binary];
}