importFromUri method
Get an import by uri string
Implementation
ImportDirective? importFromUri(String uri) =>
imports.where((e) => e.uri.stringValue == uri).firstOrNull;
Get an import by uri string
ImportDirective? importFromUri(String uri) =>
imports.where((e) => e.uri.stringValue == uri).firstOrNull;