Sometimes I see this
List list = [];
Then list..add(color)
What’s the difference between using 1 dot(.
) and 2 dot(..
)?
Sometimes I see this
List list = [];
Then list..add(color)
What’s the difference between using 1 dot(.
) and 2 dot(..
)?