radixPoint property
String?
get
radixPoint
Define the radixpoint (decimal separator)
@default ""
Implementation
_i2.String? get radixPoint => _i4.getProperty(
this,
'radixPoint',
);
set
radixPoint
(String? value)
Implementation
set radixPoint(_i2.String? value) {
_i4.setProperty(
this,
'radixPoint',
value ?? _i6.undefined,
);
}