radixPoint property

String? radixPoint

Define the radixpoint (decimal separator)

@default ""

Implementation

_i2.String? get radixPoint => _i4.getProperty(
      this,
      'radixPoint',
    );
void radixPoint=(String? value)

Implementation

set radixPoint(_i2.String? value) {
  _i4.setProperty(
    this,
    'radixPoint',
    value ?? _i6.undefined,
  );
}