Creates a new string by concatenating this string with other.
other
'dart' + 'lang'; // 'dartlang'
String operator +(String other);