IntegerProvider class
Constructors
- IntegerProvider({int min = defaultMin, int max = defaultMax, Random random})
Properties
Methods
-
get(
) → int -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultMax → const int
-
100000
- defaultMin → const int
-
0