ChildrenNode constructor

ChildrenNode({
  1. String? siteId,
  2. String? name,
  3. String? formatAddress,
  4. Coordinate? location,
  5. List<String>? hwPoiTypes,
  6. String? domeAndInt,
  7. String? depAndArr,
})

Implementation

ChildrenNode({
  this.siteId,
  this.name,
  this.formatAddress,
  this.location,
  this.hwPoiTypes,
  this.domeAndInt,
  this.depAndArr,
});