Quintet<A, B, C, D, E> class

Implemented types

Constructors

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

Operators

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