menu
func_dart_core package
documentation
either.dart
Left<A, B>
value property
value property
dark_mode
light_mode
value
property
A
value
final
The value that this
Left
instance holds.
Implementation
final A value;
func_dart_core package
documentation
either
Left<A, B>
value property
Left class