one static method

RelationshipUpdated<ToOne> one(
  1. Response httpResponse,
  2. Map? json
)

Implementation

static RelationshipUpdated<ToOne> one(Response httpResponse, Map? json) =>
    RelationshipUpdated(
        httpResponse, json == null ? null : InboundDocument(json).asToOne());