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