$GoogleAudience constructor

$GoogleAudience({
  1. String? displayName,
  2. String? googleAudienceId,
  3. String? googleAudienceType,
  4. String? name,
})

Implementation

$GoogleAudience({
  this.displayName,
  this.googleAudienceId,
  this.googleAudienceType,
  this.name,
});