Octet<A, B, C, D, E, F, G, H> class

Implemented types

Constructors

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

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

Operators

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