right property

  1. @override
R get right
override

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

Implementation

@override
R get right => _value;