Dart
dart:mirrors
MethodMirror
isGetter property
isGetter
Dart
dart:mirrors
MethodMirror
isGetter 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
isGetter
property
Null safety
bool
isGetter
Is the reflectee a getter?
Implementation
bool get isGetter;