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