CalendarConfigurations class
Constructors
- CalendarConfigurations({CalendarType calendarType = CalendarType.persian, FirstDayOfWeek? firstDayOfWeek, int? maxYear, int? minYear, DateTime? initDate})
Properties
- calendarType → CalendarType
-
final
- firstDayOfWeek → FirstDayOfWeek
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initDate → DateTime
-
final
- maxYear → int
-
final
- minYear → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{CalendarType? calendarType, int? maxYear, int? minYear, DateTime? initDate, FirstDayOfWeek? firstDayOfWeek}) → CalendarConfigurations -
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