String Concatenation is used to marge two or multiple string into single string. As we all know string a group of multiple characters with no limit in all programming language. In Dart combing two string into single string is very easy by using Plus ( + ) symbol. All we have to do is place a plus sign between two strings and save the strings into a variable using assign = equal operator.