menu
Dart
dart:mirrors
MethodMirror
isGetter property
isGetter
brightness_4
brightness_5
description
isGetter
property
bool
isGetter
Is the reflectee a getter?
Implementation
bool get isGetter;
Dart
dart:mirrors
MethodMirror
isGetter property
MethodMirror class