unwrapOrElse method

T unwrapOrElse(
  1. T f()
)

Returns this value

Implementation

T unwrapOrElse(T Function() f) {
  return v;
}