ItemApplicationListUserAuth constructor

ItemApplicationListUserAuth({
  1. String? userId,
  2. String? fiUsernameHash,
})

Implementation

ItemApplicationListUserAuth({
  this.userId,
  this.fiUsernameHash,
});