DataHelper class

Implementers

Constructors

DataHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

inRange(DateTime from, DateTime to, DateTime comp) bool
check if dates are in range
inRangePlus(DateTime from, DateTime to, DateTime compare) bool
check if dates are in range and is the same month and year of the current date displayed in the calendar
isSameDate(DateTime d1, DateTime d2) bool
check if two dates are the same
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