DeepLink.path constructor

const DeepLink.path(
  1. String path, {
  2. bool includePrefixMatches,
  3. bool navigate,
})

Builds a deep-link form string path

Implementation

const factory DeepLink.path(String path, {bool includePrefixMatches, bool navigate}) = _PathDeepLink;