InvalidFlexiDate class

Represents a date that's couldn't be parsed.

Inheritance
Available Extensions

Constructors

InvalidFlexiDate(String source, [String? message])
const

Properties

day int?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setteroverride
isAmbiguous bool
no setterinherited
isValid bool
no setterinherited
message String?
final
month int?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
final
year int?
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
override
toString() String
A string representation of this object.
override

Operators

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