unwrapOr method

T unwrapOr(
  1. T defaultValue
)

Implementation

@pragma("vm:prefer-inline")
T unwrapOr(T defaultValue) {
  return v;
}