RelationshipUpdated<R extends Relationship> constructor

RelationshipUpdated<R extends Relationship>(
  1. HttpResponse http,
  2. R? relationship
)

Implementation

RelationshipUpdated(this.http, this.relationship);