toUnit method

Some<Unit> toUnit()

Implementation

Some<Unit> toUnit() => map((_) => Unit());