many static method

Implementation

static RelationshipUpdated<ToMany> many(HttpResponse http, Map? json) =>
    RelationshipUpdated(
        http, json == null ? null : InboundDocument(json).asToMany());