isFactory abstract method
Checks if this method is a factory constructor.
Returns:
true
if declared withfactory
keywordfalse
otherwise
Note: Factory methods may return subtypes of the declaring class.
Implementation
bool isFactory();
Checks if this method is a factory constructor.
Returns:
true
if declared with factory
keywordfalse
otherwiseNote: Factory methods may return subtypes of the declaring class.
bool isFactory();