orEmpty method

Iterable<V> orEmpty()

Implementation

Iterable<V> orEmpty() => this == null ? const [] : this!;