通过连接此字符串与 other 创建一个新的字符串。
other
示例
const string = 'dart' + 'lang'; // 'dartlang'
String operator +(String other);