toNullable<T> method

T? toNullable<T>()

Implementation

T? toNullable<T>() {
  return null;
}