right property

  1. @override
R get right
override

Throws if accessed on Left.

Implementation

@override
R get right => throw Exception('Called right on Left');