exact property

String? exact
getter/setter pair

The input string must match exactly the string specified here.

Examples: * abc only matches the value abc.

Implementation

core.String? exact;