v1Table constant
Implementation
static const List<String> v1Table = [
'abcdefghijklmnopqrstuvwxyz',
'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
// In V1 of engine, the newline is not used and instead "<" is available in A2 (below)
// ignore: unnecessary_string_escapes
' 0123456789.,!?_#\'\"/\\<-:()',
];