suffixMatch property

String? suffixMatch
getter/setter pair

The value of the header must end with the contents ofsuffixMatch.

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

Implementation

core.String? suffixMatch;