children method

List<CityModel> children(
  1. int index
)

Implementation

List<CityModel> children(int index) {
  return records[index].children;
}