left property

  1. @override
L get left
override

Gets the Left value. Throws if it's Right.

Implementation

@override
L get left => _value;