toNullable method

T? toNullable()

Implementation

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