Answer the question
In order to leave comments, you need to log in
Explicit Dart type declaration and performance?
If you declare a variable like:
1)var number = 1;
2) dynamic number = 1;
3) int number = 1;
4) num number = 1;
4)
const int number = 1;
final int x = 2;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question