dialCodes property

List<String> get dialCodes

List dialCodes

Implementation

List<String> get dialCodes =>
    List.from(countries.map((e) => e['callingCodes']));