asRight property

R? get asRight

Implementation

R? get asRight {
  return fold((_) => null, (r) => r);
}