PolyGeofence constructor
Constructs an instance of PolyGeofence.
Implementation
PolyGeofence({required this.id, this.data, required this.polygon})
: assert(id.isNotEmpty),
assert(polygon.isNotEmpty);
Constructs an instance of PolyGeofence.
PolyGeofence({required this.id, this.data, required this.polygon})
: assert(id.isNotEmpty),
assert(polygon.isNotEmpty);