OnSelection typedef

OnSelection = void Function(String country, String state, City city)

Implementation

typedef OnSelection = void Function(
    String country,
    String state,
    City city,
    );