CitiesImpl constructor

const CitiesImpl({
  1. required List<City> all,
})

Implementation

const CitiesImpl({
  required final this.all,
});