unwrapOr method

T unwrapOr(
  1. T defaultValue
)

Implementation

T unwrapOr(T defaultValue) {
  return v;
}