unwrap method

T unwrap()

Unwrap the value or throw an error if it's None.

Implementation

T unwrap() => some.value;