ClickThroughUrlSuffixProperties constructor

ClickThroughUrlSuffixProperties({
  1. String? clickThroughUrlSuffix,
  2. bool? overrideInheritedSuffix,
})

Implementation

ClickThroughUrlSuffixProperties({
  this.clickThroughUrlSuffix,
  this.overrideInheritedSuffix,
});