$CreativeAssetId constructor

$CreativeAssetId({
  1. String? name,
  2. String? type,
})

Implementation

$CreativeAssetId({this.name, this.type});