Union3Variant1<T0, T1, T2> class
final
Variant 1 for Union3.
Constructors
- Union3Variant1(T1 value)
-
Creates a Union3Variant1.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited