getSource method

String getSource()

Returns the source code.

Implementation

String getSource() {
  final source = _buffer.toString().trimRight();
  return source;
}