Add a prefix if missing
String withPrefix(String prefix) => startsWith(prefix) ? this : '$prefix$this';