ServerSchedule class

Mixed in types
Annotations
  • @freezed

Constructors

ServerSchedule({required int id, required String name, required Cron cron, required bool isActive, required bool isProcessing, required bool onlyWhenOnline, DateTime? lastRunAt, DateTime? nextRunAt, required DateTime createdAt, required DateTime updatedAt})
const
factory
ServerSchedule.fromJson(JsonMap json)
factory

Properties

copyWith → $ServerScheduleCopyWith<ServerSchedule>
no setterinherited
createdAt DateTime
no setterinherited
cron Cron
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int
no setterinherited
isActive bool
no setterinherited
isProcessing bool
no setterinherited
lastRunAt DateTime?
no setterinherited
name String
no setterinherited
nextRunAt DateTime?
no setterinherited
onlyWhenOnline bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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