UrlMapQueryParameterMatch constructor
const
UrlMapQueryParameterMatch({})
Implementation
const UrlMapQueryParameterMatch({
required this.name,
this.exactMatch,
this.regexMatch,
this.presentMatch,
});
const UrlMapQueryParameterMatch({
required this.name,
this.exactMatch,
this.regexMatch,
this.presentMatch,
});