PolicyUser constructor

PolicyUser({
  1. String? userId,
  2. String? userName,
})

Implementation

PolicyUser({
  this.userId,
  this.userName,
});