TimingRepeat class

Annotations
  • @freezed

Constructors

TimingRepeat({FhirDuration? boundsDuration, Range? boundsRange, Period? boundsPeriod, FhirDecimal? count, @JsonKey(name: '_count') Element? countElement, FhirDecimal? countMax, @JsonKey(name: '_countMax') Element? countMaxElement, FhirDecimal? duration, @JsonKey(name: '_duration') Element? durationElement, FhirDecimal? durationMax, @JsonKey(name: '_durationMax') Element? durationMaxElement, TimingRepeatDurationUnit? durationUnit, @JsonKey(name: '_durationUnit') Element? durationUnitElement, FhirDecimal? frequency, @JsonKey(name: '_frequency') Element? frequencyElement, FhirDecimal? frequencyMax, @JsonKey(name: '_frequencyMax') Element? frequencyMaxElement, FhirDecimal? period, @JsonKey(name: '_period') Element? periodElement, FhirDecimal? periodMax, @JsonKey(name: '_periodMax') Element? periodMaxElement, TimingRepeatPeriodUnit? periodUnit, @JsonKey(name: '_periodUnit') Element? periodUnitElement, List<String>? dayOfWeek, @JsonKey(name: '_dayOfWeek') List<Element?>? dayOfWeekElement, List<FhirTime>? timeOfDay, @JsonKey(name: '_timeOfDay') List<Element?>? timeOfDayElement, List<TimingRepeatWhen>? when, @JsonKey(name: '_when') List<Element?>? whenElement, FhirDecimal? offset, @JsonKey(name: '_offset') Element? offsetElement})
const
factory
TimingRepeat.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
TimingRepeat.fromJsonString(String source)
Acts like a constructor, returns a TimingRepeat, accepts a String as an argument, mostly because I got tired of typing it out
factory
TimingRepeat.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

boundsDuration FhirDuration?
no setterinherited
boundsPeriod Period?
no setterinherited
boundsRange Range?
no setterinherited
copyWith → $TimingRepeatCopyWith<TimingRepeat>
no setterinherited
count FhirDecimal?
no setterinherited
countElement Element?
no setterinherited
countMax FhirDecimal?
no setterinherited
countMaxElement Element?
no setterinherited
dayOfWeek List<String>?
no setterinherited
dayOfWeekElement List<Element?>?
no setterinherited
duration FhirDecimal?
no setterinherited
durationElement Element?
no setterinherited
durationMax FhirDecimal?
no setterinherited
durationMaxElement Element?
no setterinherited
durationUnit TimingRepeatDurationUnit?
no setterinherited
durationUnitElement Element?
no setterinherited
frequency FhirDecimal?
no setterinherited
frequencyElement Element?
no setterinherited
frequencyMax FhirDecimal?
no setterinherited
frequencyMaxElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
offset FhirDecimal?
no setterinherited
offsetElement Element?
no setterinherited
period FhirDecimal?
no setterinherited
periodElement Element?
no setterinherited
periodMax FhirDecimal?
no setterinherited
periodMaxElement Element?
no setterinherited
periodUnit TimingRepeatPeriodUnit?
no setterinherited
periodUnitElement Element?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeOfDay List<FhirTime>?
no setterinherited
timeOfDayElement List<Element?>?
no setterinherited
when List<TimingRepeatWhen>?
no setterinherited
whenElement List<Element?>?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object

Operators

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