Worker class
- Annotations
-
- @JsonSerializable.new(createToJson: true)
- @LocalDateTimeConverter()
Constructors
- Worker()
- Worker.empty()
-
Factory method to create an empty Worker object for skeleton loading states
factory
-
Worker.fromJson(Map<
String, dynamic> json) -
factory
Properties
- created_on ↔ DateTime
-
When the Worker was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
Immutable ID of the Worker.
getter/setter pair
- logpush ↔ bool
-
Whether logpush is enabled for the Worker.
getter/setter pair
- name ↔ String
-
Name of the Worker.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subdomain ↔ WorkerSubdomain
-
Subdomain settings for the Worker.
getter/setter pair
-
Tags associated with the Worker.
getter/setter pair
- updated_on ↔ DateTime
-
When the Worker was most recently updated.
getter/setter pair
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