Sextet<A, B, C, D, E, F> class

Implemented types

Constructors

Sextet()
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

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

Operators

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