IsNegativeInteger class

Inheritance
Available extensions

Constructors

IsNegativeInteger()

Properties

hashCode int
The hash code for this object.
no setterinherited
parent ApiValidator?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isBoolean() IsBoolean

Available on ApiValidator, provided by the BooleansValidationExtention extension

Add IsBoolean validation rule.
isDateTime() IsDateTime

Available on ApiValidator, provided by the DateTimesValidationExtention extension

Add IsDateTime validation rule.
isDouble() IsDouble

Available on ApiValidator, provided by the NumbersValidationExtention extension

Add IsDouble validation rule.
isEmail() IsEmail

Available on ApiValidator, provided by the StringsValidationExtention extension

Add IsEmail validation rule.
isInteger() IsInteger

Available on ApiValidator, provided by the NumbersValidationExtention extension

Add IsInteger validation rule.
isListOfType<T>() IsListOfType<T>

Available on ApiValidator, provided by the ListsValidationExtention extension

Add IsListOfType validation rule.
isMapOf<K, V>() IsMapOf<K, V>

Available on ApiValidator, provided by the ListsValidationExtention extension

Add IsMapOf validation rule.
isNegative() IsNegative

Available on ApiValidator, provided by the NumbersValidationExtention extension

Add IsNegative validation rule.
isNegativeInteger() IsNegativeInteger

Available on ApiValidator, provided by the NumbersValidationExtention extension

Add IsNegativeInteger validation rule.
isNonNegative() IsNonNegative

Available on ApiValidator, provided by the NumbersValidationExtention extension

Add IsNonNegative validation rule.
isNonNegativeInteger() IsNonNegativeInteger

Available on ApiValidator, provided by the NumbersValidationExtention extension

Add IsNonNegativeInteger validation rule.
isNonPositive() IsNonPositive

Available on ApiValidator, provided by the NumbersValidationExtention extension

Add IsNonPositive validation rule.
isNonPositiveInteger() IsNonPositiveInteger

Available on ApiValidator, provided by the NumbersValidationExtention extension

Add IsNonPositiveInteger validation rule.
isPositive() IsPositive

Available on ApiValidator, provided by the NumbersValidationExtention extension

Add IsPositive validation rule.
isPositiveInteger() IsPositiveInteger

Available on ApiValidator, provided by the NumbersValidationExtention extension

Add IsPositiveInteger validation rule.
isString() IsString

Available on ApiValidator, provided by the StringsValidationExtention extension

Add IsString validation rule.
isUrl() IsUrl

Available on ApiValidator, provided by the StringsValidationExtention extension

Add IsUrl validation rule.
matchRegex(String pattern) MatchRegex

Available on ApiValidator, provided by the StringsValidationExtention extension

Add MatchRegex validation rule.
max(double max) Max

Available on ApiValidator, provided by the CommonsValidationExtention extension

Add Max validation rule.
min(double min) Min

Available on ApiValidator, provided by the CommonsValidationExtention extension

Add Min validation rule.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
required() Required

Available on ApiValidator, provided by the CommonsValidationExtention extension

Add Required validation rule.
toString() String
A string representation of this object.
inherited
validate(String fieldName, dynamic value) String?
validate the fieldName if matches the intented rules.
inherited
validateValue(String fieldName, dynamic value) String?
override

Operators

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