SampleClassGenerator class
A SampleClass implementation of a ValueGenerator which produces a SampleClass from a provided seed
- Inheritance
-
- Object
- ValueGenerator
- SampleClassGenerator
Constructors
- SampleClassGenerator(ValueGenerator _ithGenerator)
-
Builds a SampleClassGenerator with a provided SampleClass.value element generator,
_ithGenerator
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
-
nextValue(
int idx) → dynamic -
Returns a new value out of a provided
seedoverride -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited