Dart
dart:html
Url
port property
port
Dart
dart:html
Url
port 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
port
property
String
port
Implementation
String get port native;
void
port=
(
String
value
)
Implementation
set port(String value) native;