characterMap property

Map<String, int> characterMap
final

Mappings from character (string) to int (hex) which represents enabled and disabled segments for given character.

Implementation

final Map<String, int> characterMap;