menu
dart_either package
documentation
dart_either.dart
Left<T>
Left const constructor
Left const constructor
dark_mode
light_mode
Left<
T
>
constructor
const
Left<
T
>
(
T
value
)
TODO
Implementation
const Left(this.value) : super._();
dart_either package
documentation
dart_either
Left<T>
Left const constructor
Left class