WorkerSubdomain class
- Annotations
-
- @JsonSerializable.new(createToJson: true)
- @LocalDateTimeConverter()
Constructors
- WorkerSubdomain()
- WorkerSubdomain.empty()
-
Factory method to create an empty WorkerSubdomain object for skeleton loading states
factory
-
WorkerSubdomain.fromJson(Map<
String, dynamic> json) -
factory
Properties
- enabled ↔ bool
-
Whether the *.workers.dev subdomain is enabled for the Worker.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- previews_enabled ↔ bool
-
Whether preview URLs are enabled for the Worker. https://developers.cloudflare.com/workers/configuration/previews/
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited