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