Why is there no "," in this map, but no error is prompted

Viewed 32

enter image description here

 Future<Result?> netFetch(
    String method,
    path, {
    Map<String, dynamic>? params = const {},
    ...


I saw this code in the project today, the editor did not report an error, and it can run normally, I don't know why

0 Answers
Related