Factory4<A, B, C, D> class abstract

Implementers

Constructors

Factory4()

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

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

Operators

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