extendedSymbols constant

List<String> const extendedSymbols

Implementation

static const List<String> extendedSymbols = [
  //
  'P', 'N', 'B', 'R', 'Q', 'K',
  'A', 'C', 'H', 'E', 'S', 'X',
];