FlutterCountryInfo constructor

FlutterCountryInfo({
  1. required String countryCode,
  2. required String name,
  3. required List<FlutterAvailableIdType?> availableIdTypes,
})

Implementation

FlutterCountryInfo({
  required this.countryCode,
  required this.name,
  required this.availableIdTypes,
});