Exposure constructor
Creates an Exposure for the given flagKey.
Implementation
const Exposure({
required this.flagKey,
this.variant,
this.experimentKey,
this.metadata,
this.time,
});
Creates an Exposure for the given flagKey.
const Exposure({
required this.flagKey,
this.variant,
this.experimentKey,
this.metadata,
this.time,
});