Glados2<First, Second> class

Just like Glados, but with two parameters. See Glados for more information about the arguments.

Constructors

Glados2([Generator<First>? firstGenerator, Generator<Second>? secondGenerator, ExploreConfig? explore])

Properties

explore ExploreConfig
final
firstGenerator Generator<First>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondGenerator Generator<Second>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
test(String description, Tester2<First, Second> body, {String? testOn, Timeout? timeout, dynamic skip, dynamic tags, Map<String, dynamic>? onPlatform, int? retry}) → void
testWithRandom(String description, Tester2WithRandom<First, Second> body, {String? testOn, Timeout? timeout, dynamic skip, dynamic tags, Map<String, dynamic>? onPlatform, int? retry}) → void
toString() String
A string representation of this object.
inherited

Operators

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