orEmpty method

Iterable<T> orEmpty()

Implementation

Iterable<T> orEmpty() {
  return this ?? [];
}