Districts constructor

Districts({
  1. dynamic center,
  2. String? adcode,
  3. dynamic polylines,
  4. String? citycode,
  5. String? level,
  6. dynamic districts,
  7. String? name,
})

Implementation

Districts(
    {this.center,
      this.adcode,
      this.polylines,
      this.citycode,
      this.level,
      this.districts,
      this.name});