method
operator +

String operator +(
String other
)

Creates a new string by concatenating this string with other.

'dart' + 'lang'; // 'dartlang'