menu
analyzer package
documentation
dart/ast/ast_factory.dart
AstFactory
dottedName abstract method
dottedName abstract method
dark_mode
light_mode
dottedName
abstract method
DottedName
dottedName
(
List
<
SimpleIdentifier
>
components
)
Returns a newly created dotted name.
Implementation
DottedName dottedName(List<SimpleIdentifier> components);
analyzer package
documentation
dart/ast/ast_factory
AstFactory
dottedName abstract method
AstFactory class