use property

Iterable<T> get use

Implementation

Iterable<T> get use => isEmpty ? [(T == int ? 0 : 0.0) as T] : this;