username property
String?
get
username
The new username for the request.
Implementation
String? get username => _wrapped.username;
set
username
(String? v)
Implementation
set username(String? v) {
_wrapped.username = v;
}