sealed_unions package
documentation
triplet_factory
Triplet
<
T
,
U
,
V
>
first method
first
sealed_unions package
documentation
triplet_factory
Triplet
<
T
,
U
,
V
>
first method
Triplet class
Constructors
Triplet
Properties
hashCode
runtimeType
Methods
first
noSuchMethod
second
third
toString
Operators
operator ==
first
method
@override
Union3
<
T
,
U
,
V
>
first
(
T
first
)
override
Implementation
@override Union3<T, U, V> first(T first) => new Union3First<T, U, V>(first);