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
423 stars 66 forks source link

Add external key word for the FieldBuilder #409

Closed XinyuKhan closed 7 months ago

XinyuKhan commented 1 year ago

Something like this:

class MyStruct externs Struct {
    @Float()
    external double value;
}
devoncarew commented 7 months ago

fixed by https://github.com/dart-lang/code_builder/pull/422