Selectcountry constructor

const Selectcountry({
  1. Key? key,
  2. required dynamic onResponse(
    1. Map<String, dynamic>
    ),
})

Implementation

const Selectcountry({super.key, required this.onResponse});