parse static method

Implementation

static CompletionExistingImports parse(Map m) =>
    new CompletionExistingImports(
        m['file'], ExistingImports.parse(m['imports']));