Zoo constructor

const Zoo({
  1. List<Animal> animals = const [],
})

Implementation

const Zoo({this.animals = const []});