menu
sealed_unions package
documentation
generic/union_3_second.dart
Union3Second<T, U, V>
Union3Second constructor
Union3Second constructor
dark_mode
light_mode
Union3Second<
T
,
U
,
V
>
constructor
Union3Second<
T
,
U
,
V
>
(
U
_value
)
Implementation
Union3Second(this._value);
sealed_unions package
documentation
generic/union_3_second
Union3Second<T, U, V>
Union3Second constructor
Union3Second class