Concatenates the given string to this string, separated by a space.
@param concat The string to concatenate. @return The concatenated string with a space in between.
String concat(String concat) => '$this $concat';