functions/arrays/fill library

Functions

fill(List list, dynamic value, [int start = 0, int? end]) List
Fills elements of list with value from start up to, but not including, end. Example