1
2
3
4
5
#[derive(Debug, Clone, Hash, PartialEq, Eq)]
pub struct IrDartImport {
    pub uri: String,
    pub alias: Option<String>,
}