Dart
dart:mirrors
MethodMirror
isConstructor property
isConstructor
Dart
dart:mirrors
MethodMirror
isConstructor property
MethodMirror class
Constructors
MethodMirror
Properties
constructorName
isAbstract
isConstConstructor
isConstructor
isExtensionMember
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 ==
description
isConstructor
property
bool
isConstructor
Is the reflectee a constructor?
Implementation
bool get isConstructor;