MenuConfigurationResponse constructor

MenuConfigurationResponse({
  1. int? exp,
  2. int? iat,
  3. int? authTime,
  4. String? jti,
  5. String? iss,
  6. String? aud,
  7. String? sub,
  8. String? typ,
  9. String? azp,
  10. String? sessionState,
  11. String? acr,
  12. List<String>? allowedOrigins,
  13. RealmAccess? realmAccess,
  14. ResourceAccess? resourceAccess,
  15. Authorization? authorization,
  16. String? scope,
  17. String? sid,
  18. bool? emailVerified,
  19. String? designationId,
  20. String? mobileNumber,
  21. String? fullName,
  22. String? levelName,
  23. String? preferredUsername,
  24. String? givenName,
  25. String? userId,
  26. String? userCategory,
  27. String? positionId,
  28. String? levelId,
  29. String? name,
  30. String? partnerId,
  31. String? userType,
  32. String? email,
  33. String? status,
})

Implementation

MenuConfigurationResponse({
  this.exp,
  this.iat,
  this.authTime,
  this.jti,
  this.iss,
  this.aud,
  this.sub,
  this.typ,
  this.azp,
  this.sessionState,
  this.acr,
  this.allowedOrigins,
  this.realmAccess,
  this.resourceAccess,
  this.authorization,
  this.scope,
  this.sid,
  this.emailVerified,
  this.designationId,
  this.mobileNumber,
  this.fullName,
  this.levelName,
  this.preferredUsername,
  this.givenName,
  this.userId,
  this.userCategory,
  this.positionId,
  this.levelId,
  this.name,
  this.partnerId,
  this.userType,
  this.email,
  this.status,
});