dart initialize list of objects with the same value code example Example: dar initilize list with zero List<int> zeros = List.filled(10, 0)