Quartet<A, B, C, D> class

Implemented types

Constructors

Quartet()
const

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

Operators

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