ariaRowSpan property

String? ariaRowSpan

Implementation

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

Implementation

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