dart variable in string

49

String firstString = 'sentence';
String secondString = 'This is a $firstString';

Comments

Submit
0 Comments