array/fill library

Functions

fill<T>(List<T> array, dynamic value, [int start = 0, int? end]) List<T>
Fills elements of a List with a specified value within a given range.