A big difference compared to other programming languages is that Google Dart is easier to read , because its syntax is close to human language. There are fewer commands , but more possibilities . The names for the variables can be freely chosen, thus rendering any own code intelligible, which also avoids many additional comments. It is possible to use blank characters, tabs and newlines at will, which allows programmers to structure the code well, so that it is ultimately ignored by the compiler. However, there are a few exceptions, such as keywords and names of variables and functions, that is, all the definitions established within the Dart language. These include, for example,? If ?,? Else ?,? String? or? void ?. Finally, it is case-sensitive, leaving room for the designations.
In 2019, the Stack Overflow development platform determined in an analysis of the most popular programming languages that Dart, with 66.3%, is just behind JavaScript (66.8%).