toNullable<T> method

Iterable<T?> toNullable<T>()

Implementation

Iterable<T?> toNullable<T>() {
  return this.cast<T?>();
}