numeric property

bool? get numeric

Flag that defines whether the locale has special collation handling for numeric characters.

Implementation

_i2.bool? get numeric => _i5.getProperty(
      this,
      'numeric',
    );
set numeric (bool? value)

Implementation

set numeric(_i2.bool? value) {
  _i5.setProperty(
    this,
    'numeric',
    value ?? _i4.undefined,
  );
}