Kovács Attila
2018-10-13 01:49:19 UTC
Hi
Could somebody tell me what is the difference between them :
1. const List<String> li = ["a","b"];
vs.
2. List<String> li = const ["a","b"];
vs.
3. const List<String> li = const ["a","b"];
thank you in advance
Could somebody tell me what is the difference between them :
1. const List<String> li = ["a","b"];
vs.
2. List<String> li = const ["a","b"];
vs.
3. const List<String> li = const ["a","b"];
thank you in advance
--
For more ways to connect visit https://www.dartlang.org/community
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/misc/4fa1dd92-76ba-4794-a935-e06a595cce7f%40dartlang.org.
For more ways to connect visit https://www.dartlang.org/community
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/misc/4fa1dd92-76ba-4794-a935-e06a595cce7f%40dartlang.org.