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