charIndex property

num? charIndex

Implementation

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

Implementation

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