parse static method

Implementation

static ReachableSourcesResult parse(Map m) =>
    new ReachableSourcesResult(new Map.from(m['sources']));