This class has a complicated type situation.
Constructors
Properties
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
read-only, inherited
Methods
-
getAComplexTypedef<A4, A5, A6>(
) → aComplexTypedef - Returns a complex typedef that includes some anonymous typed functions.
-
getAFunctionReturningBool<T1, T2, T3>(
) → Function<T4>(String, T1, T4) - This helps us make sure we get both the empty and the non-empty case right for anonymous functions.
-
getAFunctionReturningVoid<T1, T2>(
void callback(T1 argument1, T2 argument2)) → Function(T1, T2) - Returns a function that returns a void with some generic types sprinkled in.
-
noSuchMethod(
Invocation invocation) → dynamic -
inherited
-
toString(
) → String -
inherited
Operators
-
operator ==(
other) → bool -
inherited