many static method

Implementation

static RelationshipFetched<ToMany> many(HttpResponse http, Map json) =>
    RelationshipFetched(http, InboundDocument(json).asToMany())
      ..included.addAll(InboundDocument(json).included());