TimeUnitBaseValidator class
- Inheritance
- Object
- ConstraintValidator
- TimeUnitBaseValidator
- Implementers
Constructors
- TimeUnitBaseValidator({Object timeUnit })
Properties
- date ↔ DateTime
-
read / write
- timeUnit ↔ TimeUnit
-
read / write
- allowNull ↔ bool
-
null
is allowed by default for every ConstraintValidator. [...]read / write, inherited - argumentValues ↔ List
-
read / write, inherited
- defaultArgumentValues ↔ List
-
read / write, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited
- message → Function
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
enumItemToString(
dynamic enumItem) → String -
enumToString(
dynamic value) → List< String> -
initialize(
) → void -
override
-
setTimeUnit(
dynamic value) → void -
isValid(
dynamic value, ValueContext context) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
resetArgumentValues(
) → void -
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
validate(
dynamic value, [ ValueContext context ]) → bool -
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited