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