username property
String?
get
username
Username for authenticated proxies (optional) @deprecated Use auth instead
Implementation
String? get username => auth?.username;
Username for authenticated proxies (optional) @deprecated Use auth instead
String? get username => auth?.username;