toUnit method

Result<Unit> toUnit()

Implementation

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