outputExtensions property
The allowed output extensions for this builder.
The first element is the primary output extension, the rest are secondary. Extensions should include the leading dot (e.g. '.g.dart').
This set is used to validate that the builder only generates files with allowed extensions.
Implementation
@override
Set<String> outputExtensions;