RelationshipUpdated<R extends Relationship> constructor
RelationshipUpdated<R extends Relationship> (
- Response rawResponse,
- R? relationship
Implementation
RelationshipUpdated(this.rawResponse, this.relationship);