usernameHint property

String usernameHint

Implementation

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

Implementation

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