DynamicImport constructor

DynamicImport(
  1. String urlString,
  2. FileSpan span
)

Implementation

DynamicImport(this.urlString, this.span);