Aud constructor

Aud({
  1. String? uuid,
  2. String? id,
  3. ResourceType? resourceType,
  4. String? resourceId,
  5. AudType? type,
  6. String? mediaUrl,
  7. ContentType? contentType,
  8. bool? active,
  9. int? displayRank,
  10. List<ResizedMediaList>? resizedMediaList,
})

Implementation

Aud({
  this.uuid,
  this.id,
  this.resourceType,
  this.resourceId,
  this.type,
  this.mediaUrl,
  this.contentType,
  this.active,
  this.displayRank,
  this.resizedMediaList,
});