CheckIntegerValidator class

Validator which will validate a number input is an integer.

Annotations
  • @Directive(selector: 'material-input[type=number][checkInteger],' 'material-input[type=percent][checkInteger],' 'material-input[type=int64]', providers: [ExistingProvider.forToken(NG_VALIDATORS, CheckIntegerValidator)])

Constructors

CheckIntegerValidator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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(AbstractControl abstractControl) Map<String, dynamic>?
Validation that works in concert with the number accessor.

Operators

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

Static Methods

numberIsNotIntegerMsg() String