FlutterCountryInfo constructor
FlutterCountryInfo({
- required String countryCode,
- required String name,
- required List<
FlutterAvailableIdType?> availableIdTypes,
Implementation
FlutterCountryInfo({
required this.countryCode,
required this.name,
required this.availableIdTypes,
});