ExternalModule constructor

const ExternalModule(
  1. Type module, {
  2. String? scope,
})

Implementation

const ExternalModule(this.module, {this.scope});