Countries constructor

Countries({
  1. String? name,
  2. String? value,
  3. List<States>? states,
})

Implementation

Countries({this.name, this.value, this.states});