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

Implementers

Constructors

Factory8()

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) Union8<A, B, C, D, E, F, G, H>
fifth(E fifth) Union8<A, B, C, D, E, F, G, H>
first(A first) Union8<A, B, C, D, E, F, G, H>
fourth(D fourth) Union8<A, B, C, D, E, F, G, H>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
second(B second) Union8<A, B, C, D, E, F, G, H>
seventh(G seventh) Union8<A, B, C, D, E, F, G, H>
sixth(F sixth) Union8<A, B, C, D, E, F, G, H>
third(C third) Union8<A, B, C, D, E, F, G, H>
toString() String
A string representation of this object.
inherited

Operators

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