groupSeparator property

String? groupSeparator

Define the groupseparator.

@default ""

Implementation

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

Implementation

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