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