isConstructor property

  1. @override
bool get isConstructor
inherited

Is the reflectee a constructor?

Required capabilities: isConstructor does not require any capabilities.

Implementation

@override
bool get isConstructor => false;