$AudienceSegment constructor

$AudienceSegment({
  1. int? allocation,
  2. String? id,
  3. String? name,
})

Implementation

$AudienceSegment({this.allocation, this.id, this.name});