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