The final and const keyword are used to declare constants. Dart prevents modifying the values of a variable declared using the final or const keyword.
確定! 回上一頁