Link constructor
const
Link({})
Implementation
const Link({
this.paths,
this.query = const [],
this.customHandler,
this.regexes,
this.customParamsMapper,
this.possibleFragments,
this.queriesForPath,
this.possibleFragmentsForPath,
});