menu
Dart
dart:mirrors
MethodMirror
isConstructor property
isConstructor
brightness_4
brightness_5
description
isConstructor
property
bool
isConstructor
Is the reflectee a constructor?
Implementation
bool get isConstructor;
Dart
dart:mirrors
MethodMirror
isConstructor 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 ==