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