Exposure constructor
Exposure({})
Implementation
Exposure({
required this.id,
required this.name,
required this.unit,
required this.variant,
required this.exposedAt,
required this.assigned,
required this.eligible,
required this.overridden,
required this.fullOn,
required this.custom,
required this.audienceMismatch,
});