menu
sealed_unions package
documentation
factories/sextet_factory.dart
Sextet<A, B, C, D, E, F>
first method
first method
dark_mode
light_mode
first
method
@
override
Union6
<
A
,
B
,
C
,
D
,
E
,
F
>
first
(
A
first
)
override
Implementation
@override Union6<A, B, C, D, E, F> first(A first) => Union6First<A, B, C, D, E, F>(first);
sealed_unions package
documentation
factories/sextet_factory
Sextet<A, B, C, D, E, F>
first method
Sextet class