RelationshipUpdated<R extends Relationship> constructor

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

Implementation

RelationshipUpdated(this.rawResponse, this.relationship);