Union3<T0, T1, T2> class
sealed
A typed three-variant union value.
Use Union3Variant0, Union3Variant1, and Union3Variant2 to create values.
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