username property
Deprecated getter for backward compatibility.
Implementation
@Deprecated('Use account instead. Will be removed in v2.0.0.')
String get username => account;
Deprecated getter for backward compatibility.
@Deprecated('Use account instead. Will be removed in v2.0.0.')
String get username => account;