isGenerativeConstructor property
Is the reflectee a generative constructor?
Required capabilities: isGenerativeConstructor does not require any capabilities.
Implementation
@override
bool get isGenerativeConstructor => kind == constants.generativeConstructor;