RequestParam constructor

RequestParam(
  1. String graphUrl,
  2. String privateKey,
  3. String tenantId,
  4. String userId,
)

Implementation

RequestParam(this.graphUrl, this.privateKey, this.tenantId, this.userId);