RequestedBy constructor

RequestedBy({
  1. String? userId,
  2. String? positionId,
  3. String? userName,
  4. dynamic emailId,
  5. dynamic msisdn,
  6. String? designationId,
  7. String? designationName,
  8. String? name,
  9. dynamic extUserId,
  10. dynamic partnerId,
  11. dynamic userAttributes,
})

Implementation

RequestedBy(
    {this.userId,
    this.positionId,
    this.userName,
    this.emailId,
    this.msisdn,
    this.designationId,
    this.designationName,
    this.name,
    this.extUserId,
    this.partnerId,
    this.userAttributes});