left property

  1. @override
L get left
override

Throws if accessed on Right.

Implementation

@override
L get left => throw Exception('Called left on Right');