toUnit method

Some<Unit> toUnit()

Implementation

@pragma('vm:prefer-inline')
Some<Unit> toUnit() => map((_) => Unit());