ariaColCount property

String? ariaColCount

Implementation

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

Implementation

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