createSource method

String createSource()

Implementation

String createSource() {
  return options.builtin
      ? _createBuiltinFromKeys()
      : _createSourceFromKeys1();
}