Extract the value from Left in a Option.
If the Either is Right, return None.
@override Option<L> getLeft() => Option.none();