what does the [] main and do exactly in some cases like this :
doSomething([List<String> list, double num ]) {
}
I mean when should I use it exactly?
what does the [] main and do exactly in some cases like this :
doSomething([List<String> list, double num ]) {
}
I mean when should I use it exactly?