ezDateTime class

Inheritance

Constructors

ezDateTime({String? name, DateTime? defaultVal, bool optional = false, String? message, DateTime? maxDate, DateTime? minDate})
const

Properties

defaultVal DateTime?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
maxDate DateTime?
final
message String?
final
minDate DateTime?
final
name String?
finalinherited
optional bool
TODO: we need to be able to infer nullability also from the type we'll need reflection for that, tho currently, the reason i'm not doing it is because of the amount of code the library (reflectable) generates just to enable this capability
finalinherited
propertyType Type
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validator → EzValidator<DateTime>
no setteroverride

Methods

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