Any class

A namespace for all Generators.

You can register an Generator as the default Generator for a given type. Then, you don't need to pass the concrete Generator to Glados anymore – Glados can infer the right Generator only given the generic types.

Available Extensions

Constructors

Any()

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

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

Static Methods

defaultFor<T>() Generator<T>
defaultForWithBeautifulError<T>(int numGladosArgs, int typeIndex) Generator<T>
setDefault<T>(Generator<T> generator) → void