suffix property
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;
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
core.String? suffix;