source property

  1. @override
String? get source
override

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

Required capabilities: source does not require any capabilities.

Implementation

@override
String? get source => null;