$CreativeAssetId constructor Null safety

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

Implementation

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