many static method

RelationshipFetched<ToMany> many(
  1. Response httpResponse,
  2. Map json
)

Implementation

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