DocumentCountry constructor

DocumentCountry({
  1. required String type,
  2. required String code2,
  3. required String code3,
  4. required String name,
})

Implementation

DocumentCountry({required this.type, required this.code2, required this.code3, required this.name});