parse static method

DiagnosticsResult parse(
  1. Map m
)

Implementation

static DiagnosticsResult parse(Map m) => new DiagnosticsResult(
    new List.from(m['contexts'].map((obj) => ContextData.parse(obj))));