fromJson static method

Implementation

static LoadedSourcesArguments fromJson(Map<String, Object?> obj) =>
    LoadedSourcesArguments.fromMap(obj);