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