RelationshipUpdated<R extends Relationship> constructor

RelationshipUpdated<R extends Relationship>(
  1. Response httpResponse,
  2. R? relationship
)

Implementation

RelationshipUpdated(this.httpResponse, this.relationship);