IsDouble class
Validates that the value is a double
- Inheritance
-
- Object
- Constraint
- IsDouble
- Annotations
-
- @Target.new({TargetKind.getter, TargetKind.field})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validate(
dynamic value, ValidationContext context) → void -
Validates the value within the provided context
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited