source property

  1. @override
String get source
override

The source code of this element.

Implementation

@override
String get source {
  return compilationUnit.toSource();
}