Returns a new String wrapped in double quotes or itself if quoted.
String quote() => !isQuoted ? "\"$this\"" : this;