ZoneScope constructor

ZoneScope({
  1. String? zoneFrom,
  2. String? zoneTo,
  3. String? description,
})

Implementation

ZoneScope({
  this.zoneFrom,
  this.zoneTo,
  this.description,
});