get method

T get()

Returns the inner value.

Implementation

@pragma("vm:prefer-inline")
T get() {
  return _val;
}