username property

String username

Implementation

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

Implementation

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