HelpGetDeepLinkInfo constructor

const HelpGetDeepLinkInfo({
  1. required String path,
})

Help Get Deep Link Info constructor.

Implementation

const HelpGetDeepLinkInfo({
  required this.path,
}) : super._();