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