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