ViewRange class

Constructors

ViewRange.custom(DateTime firstDay, List<DateTime> dates)
Creates custom filled ViewRange instance.
const
ViewRange.generateDates(DateTime date, int month, int weeksAmount, {int? startWeekDay})
Generates ViewRange instance based on date, number of month and weeksAmount. gives the beginning of the day of the week startWeekDay
factory

Properties

dates List<DateTime>
Month view dates.
final
firstDay DateTime
Month view index.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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