orEmpty property

Iterable<T> get orEmpty

returns non-nullable iterable

Implementation

Iterable<T> get orEmpty => this ?? [];