isFactoryConstructor property

  1. @override
bool get isFactoryConstructor
inherited

Is the reflectee a factory constructor?

Required capabilities: isFactoryConstructor does not require any capabilities.

Implementation

@override
bool get isFactoryConstructor => false;