menu
sealed_unions package
documentation
factories/doublet_factory.dart
Doublet<T, U>
first method
first method
dark_mode
light_mode
first
method
@
override
Union2
<
T
,
U
>
first
(
T
first
)
override
Implementation
@override Union2<T, U> first(T first) => Union2First<T, U>(first);
sealed_unions package
documentation
factories/doublet_factory
Doublet<T, U>
first method
Doublet class