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

Implementers

Constructors

Factory7()

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

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

Operators

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