getCodePageId method

int getCodePageId(
  1. String? codePage
)

Implementation

int getCodePageId(String? codePage) => _codePages[codePage] ?? 0;