DeepLinkResult constructor

DeepLinkResult(
  1. Error? _error,
  2. DeepLink? _deepLink,
  3. Status _status
)

Implementation

DeepLinkResult(this._error, this._deepLink, this._status);