source property - MethodMirror class - dart:mirrors library (original) (raw)
String? getsource
The source code for the reflectee, if available. Otherwise null.
Implementation
String? get source;
String? getsource
The source code for the reflectee, if available. Otherwise null.
String? get source;