constructors property

List<ConstructorElement> constructors

Return a list containing all of the constructors declared in this class. The list will be empty if there are no constructors defined for this class, as is the case when this element represents an enum or a mixin.

Implementation

List<ConstructorElement> get constructors;