unwrap property

T get unwrap

Implementation

T get unwrap {
  if (!isNone) {
    return _!;
  }
  throw NullException();
}