suffix property

String? suffix
getter/setter pair

The input string must have the suffix specified here.

.. note:: Empty suffix match is not allowed, please use safe_regex instead. Examples: * abc matches the value xyz.abc

Implementation

core.String? suffix;