placeholder property

String placeholder

Implementation

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

Implementation

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