constructors2 property

  1. @Deprecated('Use constructors instead')
List<ConstructorElement> get constructors2

The constructors defined for this element.

The list is empty for MixinElement.

Implementation

@Deprecated('Use constructors instead')
List<ConstructorElement> get constructors2;