request FunctionTypeImpl._isInstantiated promotion to public interface #30998
Labels
analyzer-api
Issues that impact the public API of the analyzer package
area-dart-model
For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.
P4
type-enhancement
A request for a change that isn't a bug
FunctionTypeImpl._isInstantiated being a public member of FunctionType would enable dartdoc to avoid fragile heuristics to guess whether a type is instantiated or not. With dart-lang/dartdoc#1509 the heuristic is improved, but I'd prefer to get rid of it entirely.
The text was updated successfully, but these errors were encountered: