IntCheckitErrorsBase class abstract

Implementers

Constructors

IntCheckitErrorsBase.new()
const

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

digitCount(int count) → dynamic
divisibleBy(int divisor) → dynamic
even() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
odd() → dynamic
oneOf(Set<int> allowedValues) → dynamic
prime() → dynamic
range(int min, int max, {bool includeMin = true, bool includeMax = true}) → dynamic
step(int step) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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