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