dart-lang / code_builder

A fluent API for generating valid Dart source code
https://pub.dev/packages/code_builder
BSD 3-Clause "New" or "Revised" License
427 stars 66 forks source link

How to add generics to typedef? #402

Closed jodinathan closed 1 year ago

jodinathan commented 1 year ago

Can't seem to find how to emit typedef with type parameters. Is it possible?