CreateShortDynamicLinkRequest constructor

CreateShortDynamicLinkRequest({
  1. DynamicLinkInfo? dynamicLinkInfo,
  2. String? longDynamicLink,
  3. String? sdkVersion,
  4. Suffix? suffix,
})

Implementation

CreateShortDynamicLinkRequest({
  this.dynamicLinkInfo,
  this.longDynamicLink,
  this.sdkVersion,
  this.suffix,
});