fill library

Functions

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