YoutubeAssetAssociation constructor

YoutubeAssetAssociation({
  1. YoutubeAssetAssociationLinkedYouTubeAsset? linkedYoutubeAsset,
  2. String? name,
  3. String? youtubeAssetType,
})

Implementation

YoutubeAssetAssociation({
  this.linkedYoutubeAsset,
  this.name,
  this.youtubeAssetType,
});