CountryCodeSource constructor

const CountryCodeSource({
  1. required int value,
})

Implementation

const CountryCodeSource({required this.value});