Option<A, B>.fuckedUp constructor
- {required B reason}
oops! the data is gone!?!?
Implementation
const Option.fuckedUp({required this.reason}) : _value = null;
oops! the data is gone!?!?
const Option.fuckedUp({required this.reason}) : _value = null;