Factory5<A, B, C, D, E> class abstract

Implementers

Constructors

Factory5()

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

Operators

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