localeZeroCodeUnit property

int localeZeroCodeUnit

For performance, keep the code unit of the zero digit available.

Implementation

int get localeZeroCodeUnit => _localeZeroCodeUnit == null
    ? _localeZeroCodeUnit = localeZero.codeUnitAt(0)
    : _localeZeroCodeUnit!;