isDefaultConstructor property

bool isDefaultConstructor

Return true if this constructor can be used as a default constructor - unnamed and has no required parameters.

Implementation

bool get isDefaultConstructor;