Builds the Dart source files for the current dart project
since 0.0.1
Future<IShell> dartBuild([String? config]) async { await d.build(this, config); return this; }