Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.37 KB

File metadata and controls

52 lines (37 loc) · 1.37 KB

Wildcard Variables in Dart 3.7

Did you know?

Since Dart 3.7, the _ character is a wildcard variable.

This means that:

  • You can use it more than once in your code (e.g. inside parameter lists), without causing name collisions.
  • You can't use it as an actual variable (it's only a placeholder).


Previous Next
Hotkeys with CallbackShortcuts New Formatting Style in Dart 3.7