$FloodlightActivitiesGenerateTagResponse constructor Null safety

$FloodlightActivitiesGenerateTagResponse(
  1. {String? floodlightActivityTag,
  2. String? globalSiteTagGlobalSnippet,
  3. String? kind}
)

Implementation

$FloodlightActivitiesGenerateTagResponse({
  this.floodlightActivityTag,
  this.globalSiteTagGlobalSnippet,
  this.kind,
});