CityModel.fromParams constructor

CityModel.fromParams({
  1. String value = '',
  2. String areaCode = '',
  3. String parentId = '',
  4. String label = '',
  5. String center = '',
  6. List<CityModel> children = const [],
})

Implementation

CityModel.fromParams(
    {this.value = '',
    this.areaCode = '',
    this.parentId = '',
    this.label = '',
    this.center = '',
    this.children = const []});