prefix property

String? prefix
getter/setter pair

The input string must have the prefix specified here.

Note: empty prefix is not allowed, please use regex instead. Examples: * abc matches the value abc.xyz

Implementation

core.String? prefix;