Dart
dart:html
Url
username property
username
Dart
dart:html
Url
username property
Url class
Properties
hash
host
hostname
href
origin
password
pathname
port
protocol
search
searchParams
username
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
Static methods
createObjectUrl
createObjectUrlFromBlob
createObjectUrlFromSource
createObjectUrlFromStream
revokeObjectUrl
description
username
property
String
username
Implementation
String get username native;
void
username=
(
String
value
)
Implementation
set username(String value) native;