source property

  1. @override
String? get source
inherited

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

Required capabilities: source does not require any capabilities.

Implementation

@override
String? get source => null;