FencePoint constructor
FencePoint({})
Implementation
FencePoint({
required this.lat,
required this.lng,
required this.targetSystem,
required this.targetComponent,
required this.idx,
required this.count,
});