Url class abstract
Url
Properties:
- Annotations
-
- @BuiltValue.new()
Constructors
- Url([void updates(UrlBuilder b)])
-
factory
Properties
- encrypted → bool?
-
Indicates if the message sent to this URL should be encrypted.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- password → String?
-
The password for authentication of the notifications.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String?
-
The URL in the format: http(s)://domain.com.
no setter
- username → String?
-
The username for authentication of the notifications.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(UrlBuilder)) → Url -
Rebuilds the instance.
inherited
-
toBuilder(
) → UrlBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
Url> -
no setter