emitImports method

String emitImports()

Writes import statements needed for emitInitReflector.

They are all prefixed in a way that should not conflict with others.

Implementation

String emitImports() {
  _produceDartCode();
  return _importBuffer.toString();
}