asLeft property

L? get asLeft

Implementation

L? get asLeft {
  return fold((l) => l, (_) => null);
}