getRight method

  1. @override
Option<R> getRight()
override

Implementation

@override
Option<R> getRight() => Some(value);