Geofence constructor
Geofence({})
Implementation
Geofence({
required super.identifier,
required super.name,
required this.buildingId,
required this.floorId,
required this.polygonPoints,
required this.createdAt,
required this.updatedAt,
required this.customFields,
});