mixinTypes property

  1. @Deprecated('Use mixinTypes2 instead')
NodeList<TypeName> mixinTypes

Return the names of the mixins that were specified.

Implementation

@Deprecated('Use mixinTypes2 instead')
NodeList<TypeName> get mixinTypes;