notNullList method

List<V> notNullList()

Implementation

List<V> notNullList() {
  return <V>[...notNull()];
}