source property - MethodMirror class - dart:mirrors library (original) (raw)

description

String? getsource

The source code for the reflectee, if available. Otherwise null.

Implementation

String? get source;