CurrentDate class

Singleton for dateData

Constructors

CurrentDate({required int currentMonth, required int currentYear, required int daysInMonth})
as per the name suggest it is the current date's number of days

Properties

currentMonth int
as per the name suggest it is the current date's current year
getter/setter pair
currentYear int
Current date is the current date the package will view.
getter/setter pair
daysInMonth int
as per the name suggest it is the current date's current month
getter/setter pair
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