orEmptySet method

Set<V> orEmptySet()

Implementation

Set<V> orEmptySet() {
  if (this == null) return const {};
  return this!;
}