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