charLength property

num? charLength

Implementation

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

Implementation

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