TimingRepeat class

Annotations
  • @freezed

Constructors

TimingRepeat({@JsonKey(name: 'ID') String? id, @JsonKey(name: 'BoundsDuration') Duration? boundsDuration, @JsonKey(name: 'BoundsRange') Range? boundsRange, @JsonKey(name: 'BoundsPeriod') Period? boundsPeriod, @JsonKey(name: 'Count') int? count, @JsonKey(name: 'CountMax') int? countMax, @JsonKey(name: 'Duration') double? duration, @JsonKey(name: 'DurationMax') double? durationMax, @JsonKey(name: 'DurationUnit') TimingRepeatPeriodUnit? durationUnit, @JsonKey(name: 'Frequency') int? frequency, @JsonKey(name: 'FrequencyMax') int? frequencyMax, @JsonKey(name: 'Period') double? period, @JsonKey(name: 'PeriodMax') double? periodMax, @JsonKey(name: 'PeriodUnit') TimingRepeatPeriodUnit? periodUnit, @JsonKey(name: 'DayOfWeek') DayOfWeek? dayOfWeek, @JsonKey(name: 'When') TimingRepeatPeriodUnit? when, @JsonKey(name: 'Offset') int? offset})
factory
TimingRepeat.fromJson(Map<String, dynamic> json)
factory

Properties

boundsDuration Duration?
no setterinherited
boundsPeriod Period?
no setterinherited
boundsRange Range?
no setterinherited
copyWith → $TimingRepeatCopyWith<TimingRepeat>
no setterinherited
count int?
no setterinherited
countMax int?
no setterinherited
dayOfWeek DayOfWeek?
no setterinherited
duration double?
no setterinherited
durationMax double?
no setterinherited
durationUnit TimingRepeatPeriodUnit?
no setterinherited
frequency int?
no setterinherited
frequencyMax int?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
offset int?
no setterinherited
period double?
no setterinherited
periodMax double?
no setterinherited
periodUnit TimingRepeatPeriodUnit?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
when TimingRepeatPeriodUnit?
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