ariaSort property

String? ariaSort

Implementation

String? get ariaSort => js_util.getProperty(this, 'ariaSort');
void ariaSort=(String? newValue)

Implementation

set ariaSort(String? newValue) {
  js_util.setProperty(this, 'ariaSort', newValue);
}