Add a suffix if missing
String withSuffix(String suffix) => endsWith(suffix) ? this : '$this$suffix';