menu
func_dart_core package
documentation
either.dart
EitherEq<A, B>
leftEq property
leftEq property
dark_mode
light_mode
leftEq
property
Eq
<
A
>
leftEq
final
The
Eq
instance for the type of the values the
Either
might hold.
Implementation
final Eq<A> leftEq;
func_dart_core package
documentation
either
EitherEq<A, B>
leftEq property
EitherEq class