Dart
dart:mirrors
MethodMirror
isFactoryConstructor property
isFactoryConstructor
MethodMirror class
Constructors
MethodMirror
Properties
constructorName
isAbstract
isConstConstructor
isConstructor
isFactoryConstructor
isGenerativeConstructor
isGetter
isOperator
isRedirectingConstructor
isRegularMethod
isSetter
isStatic
isSynthetic
parameters
returnType
source
hashCode
isPrivate
isTopLevel
location
metadata
owner
qualifiedName
runtimeType
simpleName
Methods
noSuchMethod
toString
Operators
operator ==
isFactoryConstructor property
bool
isFactoryConstructor
Is the reflectee a factory constructor?
Implementation
bool get isFactoryConstructor;