Here is how I would do it: void main() { String inputString = 'myInput'; // User input to replace inside the list List<String> list = ['1', inputString, ...
確定! 回上一頁