In dart, you can declare a variable name with an underscore(_) as a private variable. Private variables are accessed inside the same class, not outside the ...
確定! 回上一頁