Slide 4
Slide 4 text
What are Dart macros?
Dart macros is a Dart solution for static metaprogramming.
It relies on Dart’s augmentation feature to create or
modify code. Benefits include building in real-time,
integrated directly into Dart, lives in memory, supports
easy inspection and reduces boilerplate code