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