RelationshipFetched<R extends Relationship> constructor

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

Implementation

RelationshipFetched(this.http, this.relationship);