Fence constructor

Fence(
  1. {@required FenceType fenceType,
  2. @required FenceShape fenceShape,
  3. int fenceId,
  4. String fenceName,
  5. String monitoredPerson,
  6. int deNoise: 0}
)

Implementation

Fence(
    {@required this.fenceType,
    @required this.fenceShape,
    this.fenceId,
    this.fenceName,
    this.monitoredPerson,
    this.deNoise: 0});