DeepLinkBuilderResult constructor

DeepLinkBuilderResult({
  1. String? longLink,
  2. String? shortLink,
  3. String? qrLink,
  4. bool success = false,
  5. String? message,
})

Implementation

DeepLinkBuilderResult(
    {this.longLink, this.shortLink, this.qrLink, this.success = false, this.message});