TypeUtils class
Constructors
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
- 
  createMonthList(
Month start, Month end, {int? year}) → List< DateTime>  - Creates list of Datetime with the months from start to end.
 - 
  createWeekDays(
WeekDay start, WeekDay end) → List< DateTime>  - Creates list of Datetime with days. These fall on the respective week days from start to end.
 - 
  createYearList(
int start, int end) → List< DateTime>  - Creates a list of Datetime with the years from start to end.
 - 
  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