menu
hetu_script package
documentation
value/unresolved_import.dart
UnresolvedImport
UnresolvedImport.new constructor
UnresolvedImport.new constructor
dark_mode
light_mode
UnresolvedImport
constructor
UnresolvedImport
(
String
fromPath
, {
String
?
alias
,
Set
<
String
>
showList
=
const {}
,
bool
isExported
=
true
,
})
Implementation
UnresolvedImport( this.fromPath, { this.alias, this.showList = const {}, this.isExported = true, });
hetu_script package
documentation
value/unresolved_import
UnresolvedImport
UnresolvedImport.new constructor
UnresolvedImport class