ariaSort property
String?
get
ariaSort
Implementation
String? get ariaSort => js_util.getProperty(this, 'ariaSort');
set
ariaSort
(String? newValue)
Implementation
set ariaSort(String? newValue) {
js_util.setProperty(this, 'ariaSort', newValue);
}