menu
Dart
dart:mirrors
MethodMirror
source property
source
brightness_4
brightness_5
description
source
property
String
?
source
The source code for the reflectee, if available. Otherwise null.
Implementation
String? get source;
Dart
dart:mirrors
MethodMirror
source property
MethodMirror class