HomeRegionControl constructor

HomeRegionControl({
  1. String? controlId,
  2. String? homeRegion,
  3. DateTime? requestedTime,
  4. Target? target,
})

Implementation

HomeRegionControl({
  this.controlId,
  this.homeRegion,
  this.requestedTime,
  this.target,
});