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