many static method
Implementation
static RelationshipUpdated<ToMany> many(Response response) {
final json = response.document;
return RelationshipUpdated(
response, json == null ? null : InboundDocument(json).asToMany());
}
static RelationshipUpdated<ToMany> many(Response response) {
final json = response.document;
return RelationshipUpdated(
response, json == null ? null : InboundDocument(json).asToMany());
}