menu
analyzer package
documentation
dart/ast/ast.dart
WithClause
mixinTypes property
mixinTypes property
dark_mode
light_mode
mixinTypes
property
NodeList
<
NamedType
>
get
mixinTypes
Return the names of the mixins that were specified.
Implementation
NodeList<NamedType> get mixinTypes;
analyzer package
documentation
dart/ast/ast
WithClause
mixinTypes property
WithClause class