SingularLinkParams constructor

SingularLinkParams({
  1. String? deeplink,
  2. String? passthrough,
  3. bool? isDeferred,
  4. Map<Object?, Object?>? urlParameters,
})

Implementation

SingularLinkParams({this.deeplink, this.passthrough, this.isDeferred, this.urlParameters});