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