States constructor

States({
  1. String? country,
  2. String? state,
  3. String? shortcode,
  4. List<String>? localGovernments,
})

Implementation

States({this.country, this.state, this.shortcode, this.localGovernments});