RruleL10nEn class

Inheritance
Annotations
  • @immutable

Properties

everyXDaysOfWeekPrefix String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
locale String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekdays Set<int>
no setterinherited
weekdaysString String?
no setteroverride

Methods

count(int count) String
override
dayOfWeek(int dayOfWeek) String
inherited
formatWithIntl(String formatter()) String
inherited
frequencyInterval(Frequency frequency, int interval) String
override
inMonths(String months, {InOnVariant variant = InOnVariant.simple}) String
override
inWeeks(String weeks, {InOnVariant variant = InOnVariant.simple}) String
override
list(List<String> items, ListCombination combination) String
override
month(int month) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
nthDaysOfWeek(Iterable<int> occurrences, String daysOfWeek) String
override
onDaysOfMonth(String days, {DaysOfVariant daysOfVariant = DaysOfVariant.dayAndFrequency, InOnVariant variant = InOnVariant.simple}) String
override
onDaysOfWeek(String days, {bool indicateFrequency = false, DaysOfWeekFrequency? frequency = DaysOfWeekFrequency.monthly, InOnVariant variant = InOnVariant.simple}) String
override
onDaysOfYear(String days, {InOnVariant variant = InOnVariant.simple}) String
override
onInstances(String instances) String
override
ordinal(int number) String
override
range(String start, String end) String
inherited
toString() String
A string representation of this object.
inherited
until(DateTime until, Frequency frequency) String
override

Operators

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

Static Methods

create() Future<RruleL10nEn>