RelationshipFetched<R extends Relationship> constructor

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

Implementation

RelationshipFetched(this.httpResponse, this.relationship);