RelationshipFetched<R extends Relationship> constructor

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

Implementation

RelationshipFetched(this.rawResponse, this.relationship);