charIndex property
num?
get
charIndex
Implementation
_i2.num? get charIndex => _i4.getProperty(
this,
'charIndex',
);
set
charIndex
(num? value)
Implementation
set charIndex(_i2.num? value) {
_i4.setProperty(
this,
'charIndex',
value ?? _i6.undefined,
);
}