ModuleContext constructor

ModuleContext({
  1. String entrypoint = 'main',
})

Implementation

ModuleContext({this.entrypoint = 'main'});