ChooseDoc constructor

const ChooseDoc({
  1. Key? key,
  2. String? countryValue,
})

Implementation

const ChooseDoc({Key? key, this.countryValue}) : super(key: key);