menu
gmana package
documentation
either/either.dart
Either<L, R>
Either.new const constructor
Either.new const constructor
dark_mode
light_mode
Either<
L
,
R
>
constructor
const
Either<
L
,
R
>
(
)
Creates an
Either
instance.
Implementation
const Either();
gmana package
documentation
either/either
Either<L, R>
Either.new const constructor
Either class