one static method
Implementation
static RelationshipUpdated<ToOne> one(HttpResponse http, Map? json) =>
RelationshipUpdated(
http, json == null ? null : InboundDocument(json).asToOne());
static RelationshipUpdated<ToOne> one(HttpResponse http, Map? json) =>
RelationshipUpdated(
http, json == null ? null : InboundDocument(json).asToOne());