repeatFrequency constant
IriTerm
const repeatFrequency
repeatFrequency [Expects: https://schema.org/Duration, https://schema.org/Text]
Defines the frequency at which {Event}s will occur according to a schedule {Schedule}. The intervals between
events should be defined as a {Duration} of time.
Can be used on: https://schema.org/Schedule
Implementation
static const repeatFrequency = const IriTerm(
'https://schema.org/repeatFrequency',
);