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