GetCountry constructor

GetCountry({
  1. required String countryCode,
})

Implementation

GetCountry({required this.countryCode});