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

Implemented types

Constructors

Nonet()
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) Union9<A, B, C, D, E, F, G, H, I>
override
fifth(E fifth) Union9<A, B, C, D, E, F, G, H, I>
override
first(A first) Union9<A, B, C, D, E, F, G, H, I>
override
fourth(D fourth) Union9<A, B, C, D, E, F, G, H, I>
override
ninth(I ninth) Union9<A, B, C, D, E, F, G, H, I>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
second(B second) Union9<A, B, C, D, E, F, G, H, I>
override
seventh(G seventh) Union9<A, B, C, D, E, F, G, H, I>
override
sixth(F sixth) Union9<A, B, C, D, E, F, G, H, I>
override
third(C third) Union9<A, B, C, D, E, F, G, H, I>
override
toString() String
A string representation of this object.
inherited

Operators

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