usernameHint property

String get usernameHint

Implementation

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

Implementation

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