Dart
dart:mirrors
MethodMirror
isGenerativeConstructor property
isGenerativeConstructor
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 ==
isGenerativeConstructor property
bool
isGenerativeConstructor
Is the reflectee a generative constructor?
Implementation
bool get isGenerativeConstructor;