menu
api_flow package
documentation
Src/Config/either_pattern.dart
Left<L, R>
right property
right property
dark_mode
light_mode
right
property
@
override
R
get
right
override
Throws if accessed on Left.
Implementation
@override R get right => throw Exception('Called right on Left');
api_flow package
documentation
Src/Config/either_pattern
Left<L, R>
right property
Left class