ValidateValue class

Constructors

ValidateValue()

Properties

hashCode int
The hash code for this object.
no setterinherited
rules List<RuleHolder>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains(String test) → void
doubleFromString() → void
endsWith(String test) → void
from(Object? input, String field) ValueResult
intFromString() → void
isAfter(Object test) → void
isAtMoment(Object test) → void
isBefore(Object test) → void
isBoolean({bool fromString = false}) → void
isDateTime() → void
isDouble({bool fromString = false}) → void
isEmail(String test) → void
isEqualTo(num test) → void
isFalse() → void
isGreaterThan(num test) → void
isInt({bool fromString = false}) → void
isLessThan(num test) → void
isList() → void
isMap() → void
isNotEqualTo(num test) → void
isNum({bool fromString = false}) → void
isNumber() → void
isRequired() → void
isSameDateAs(Object test) → void
isString({bool toString = false}) → void
isTrue() → void
makeString() → void
matches(String test) → void
matchesPattern(String test) → void
maxLength(int test) → void
minLength(int test) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
numFromString() → void
startsWith(String test) → void
toString() String
A string representation of this object.
inherited

Operators

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