DeepLink.path constructor

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

Builds a deep-link form string path

Implementation

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