getCode method

int? getCode(
  1. String pattern
)

Gets the code for a pattern, or null if not in the dictionary.

Implementation

int? getCode(String pattern) => _encodeMap[pattern];