menu
fpdart package
documentation
fpdart.dart
Right<L, R>
value property
value property
dark_mode
light_mode
value
property
R
get
value
Extract the value of type
R
inside the
Right
.
Implementation
R get value => _value;
fpdart package
documentation
fpdart
Right<L, R>
value property
Right class