Concatenates this value with other and returns a new String.
other
rFirst + rLast // String rFirst + ' world' // String
String operator +(Object other) => value + _resolve(other);