ariaRowSpan property

String? get ariaRowSpan

Implementation

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

Implementation

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