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