Sector constructor
Sector({})
Creates a new Sector instance
Implementation
Sector({
required this.id,
this.clid,
required this.locationId,
required this.name,
this.isDefault = false,
this.description,
this.approach,
this.coordinates,
this.media,
this.createdAt,
});