suffix property

String? suffix
getter/setter pair

The input string must have the suffix specified here.

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

Implementation

core.String? suffix;