weekInterval property

FhirPositiveInt? weekInterval
inherited

weekInterval The interval defines if the recurrence is every nth week. The default is every week, so it is expected that this value will be 2 or more. e.g. For recurring every second week this interval would be 2, or every third week the interval would be 3.

Implementation

FhirPositiveInt? get weekInterval => throw _privateConstructorUsedError;