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