Dart API Reference
dart:core
String
operator +
operator +
method
Creates a new string by concatenating this string with other.
String
operator +
(
String
other
)
Creates a new string by concatenating this string with other.
'dart' + 'lang'; // 'dartlang'