Get the documentational comment of an identifier within the soruce code.
String? help(dynamic id, {String? module}) => interpreter.help(id, module: module);