suffix property
The suffix that will be added to the parent selector after it's been resolved.
This is assumed to be a valid identifier suffix. It may be null
,
indicating that the parent selector will not be modified.
Implementation
final String? suffix;