ariaPlaceholder property

String? get ariaPlaceholder

Implementation

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

Implementation

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