Lattice constructor

Lattice({
  1. String? zone,
  2. String? cluster,
  3. String? cell,
  4. String? group,
  5. String? address,
})

Implementation

Lattice({this.zone, this.cluster, this.cell, this.group, this.address});