DeepLinkParam constructor

const DeepLinkParam(
  1. Map<String, String> params
)

Implementation

const DeepLinkParam(
  this.params,
);