left property

L get left

left is a getter that returns the left value.

Throws if there is no left value.

Implementation

L get left => _left!;