mixinTypes property

  1. @override
NodeListImpl<NamedTypeImpl> mixinTypes
override

Return the names of the mixins that were specified.

Implementation

@override
NodeListImpl<NamedTypeImpl> get mixinTypes => _mixinTypes;