empty1<T> function

Iterable<T> empty1<T>(
  1. dynamic p0
)

Implementation

Iterable<T> empty1<T>(dynamic p0) => Iterable.empty();