Johan Flint
Results
1
issues of
Johan Flint
When using code_builder I noticed that if I use `assignFinal` with a nullable type, it doesn't output the question mark. Reproduction recipe: ```dart final statement = refer('foo') .assignFinal( 'bar', TypeReference((b)...
type-bug