ariaSetSize property

String? ariaSetSize

Implementation

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

Implementation

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