Factory9<A, B, C, D, E, F, G, H, I> class abstract

Implementers

Constructors

Factory9()

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

eighth(H eighth) Union9<A, B, C, D, E, F, G, H, I>
fifth(E fifth) Union9<A, B, C, D, E, F, G, H, I>
first(A first) Union9<A, B, C, D, E, F, G, H, I>
fourth(D fourth) Union9<A, B, C, D, E, F, G, H, I>
ninth(I ninth) Union9<A, B, C, D, E, F, G, H, I>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
second(B second) Union9<A, B, C, D, E, F, G, H, I>
seventh(G seventh) Union9<A, B, C, D, E, F, G, H, I>
sixth(F sixth) Union9<A, B, C, D, E, F, G, H, I>
third(C third) Union9<A, B, C, D, E, F, G, H, I>
toString() String
A string representation of this object.
inherited

Operators

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