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