isGenerativeConstructor property

  1. @override
bool get isGenerativeConstructor
inherited

Is the reflectee a generative constructor?

Required capabilities: isGenerativeConstructor does not require any capabilities.

Implementation

@override
bool get isGenerativeConstructor => false;