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