YoutubeAssetAssociation constructor
YoutubeAssetAssociation({
- YoutubeAssetAssociationLinkedYouTubeAsset? linkedYoutubeAsset,
- String? name,
- String? youtubeAssetType,
Implementation
YoutubeAssetAssociation({
this.linkedYoutubeAsset,
this.name,
this.youtubeAssetType,
});