ProtocolType enum
The protocol of the URL. Possible values: file: ftp: http: https: mailto: etc..
Constructors
- ProtocolType()
-
const
Values
- http → const ProtocolType
-
const ProtocolType(0)
- https → const ProtocolType
-
const ProtocolType(1)
- notDefine → const ProtocolType
-
const ProtocolType(2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ProtocolType> -
A constant List of the values in this enum, in order of their declaration.
[http, https, notDefine]