StringDateCheckitErrorsBase class abstract

Implementers

Constructors

StringDateCheckitErrorsBase.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) → dynamic
before(String date) → dynamic
date(String format) → dynamic
format(String format) → dynamic
iso8601() → dynamic
leapYear(String date) → dynamic
maxYear(int year) → dynamic
minYear(int year) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notFuture() → dynamic
notPast() → dynamic
range(String start, String end) → dynamic
toString() String
A string representation of this object.
inherited
weekday() → dynamic
weekend() → dynamic

Operators

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