To get the string corresponding to an object, Dart calls the object's toString() method. var s = 'string interpolation'; assert( ...
確定! 回上一頁