StringDateCheckitErrors class

Inheritance

Constructors

StringDateCheckitErrors.new()
const

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

after(String date) String
override
before(String date) String
override
date(String format) String
override
format(String format) String
override
iso8601() String
override
leapYear(String year) String
override
maxYear(int year) String
override
minYear(int year) String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notFuture() String
override
notPast() String
override
range(String start, String end) String
override
toString() String
A string representation of this object.
inherited
weekday() → dynamic
override
weekend() → dynamic
override

Operators

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