UnresolvedImportStatement constructor

UnresolvedImportStatement(
  1. String fromPath, {
  2. String? alias,
  3. Set<String> showList = const {},
  4. bool isExported = true,
})

Implementation

UnresolvedImportStatement(
  this.fromPath, {
  this.alias,
  this.showList = const {},
  this.isExported = true,
});