DroneCron class

Annotations
  • @freezed

Constructors

DroneCron({@Default('') String name, @Default('') String expr, @Default('') String branch, @Default(0) int id, @Default(0) int repoId, @Default(0) int next, @Default(0) int pref, @Default(0) int created, @Default(0) int updated})
const
factory
DroneCron.fromJson(Map<String, dynamic> json)
factory

Properties

branch String
no setterinherited
copyWith → $DroneCronCopyWith<DroneCron>
no setterinherited
created int
no setterinherited
expr String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int
no setterinherited
name String
no setterinherited
next int
no setterinherited
pref int
no setterinherited
repoId int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updated int
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