ScheduledJobDto class

Constructors

ScheduledJobDto({required String id, required String userId, required String inboxId, required String jobId, required String groupId, required String triggerId, required ScheduledJobDtoStatusEnum status, required DateTime sendAtTimestamp, required DateTime createdAt, required DateTime updatedAt})
Returns a new ScheduledJobDto instance.

Properties

createdAt DateTime
getter/setter pair
groupId String
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String
getter/setter pair
inboxId String
getter/setter pair
jobId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendAtTimestamp DateTime
getter/setter pair
status ScheduledJobDtoStatusEnum
getter/setter pair
triggerId String
getter/setter pair
updatedAt DateTime
getter/setter pair
userId String
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.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(dynamic value) ScheduledJobDto?
Returns a new ScheduledJobDto instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<ScheduledJobDto>
mapFromJson(dynamic json) Map<String, ScheduledJobDto>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<ScheduledJobDto>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.