IntCheckitErrors<T extends num> class
- Inheritance
-
- Object
- IntCheckitErrorsBase
- IntCheckitErrors
Constructors
- IntCheckitErrors.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) → String -
override
-
divisibleBy(
int divisor) → dynamic -
override
-
even(
) → dynamic -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
odd(
) → dynamic -
override
-
oneOf(
Set< int> allowedValues) → String -
override
-
prime(
) → String -
override
-
range(
int min, int max, {bool includeMin = true, bool includeMax = true}) → String -
override
-
step(
int step) → String -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited