prefixMatch property

String? prefixMatch
final

The value of the header must start with the contents ofprefixMatch.

Only one of exactMatch, prefixMatch,suffixMatch, regexMatch,presentMatch or rangeMatch must be set.

Implementation

final String? prefixMatch;