constructors2 property

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

The constructors declared in this fragment.

The list is empty for MixinFragment.

Implementation

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