toNullable method

T? toNullable()

Implementation

T? toNullable() {
  return v;
}