Option<A, B>.fuckedUp constructor

const Option<A, B>.fuckedUp(
  1. {required B reason}
)

oops! the data is gone!?!?

Implementation

const Option.fuckedUp({required this.reason}) : _value = null;