rightOrCrash property
R
get
rightOrCrash
Implementation
R get rightOrCrash =>
getOrElse(() => throw Exception('rightOrCrash called on Left'));
R get rightOrCrash =>
getOrElse(() => throw Exception('rightOrCrash called on Left'));