Dart
dart:mirrors
MethodMirror
isExtensionMember property
isExtensionMember
Dart
dart:mirrors
MethodMirror
isExtensionMember 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 ==
description
isExtensionMember
property
Null safety
bool
isExtensionMember
Is the reflectee an extension method?
Implementation
bool get isExtensionMember;