getSource method
Returns the source code.
Implementation
String getSource() {
final source = _buffer.toString().trimRight();
return source;
}
Returns the source code.
String getSource() {
final source = _buffer.toString().trimRight();
return source;
}