LocalUser constructor

LocalUser(
  1. LocalUserProfileImageUrls profileImageUrls,
  2. String id,
  3. String name,
  4. String account,
  5. String mailAddress,
  6. bool isPremium,
  7. int xRestrict,
  8. bool isMailAuthorized,
  9. bool requirePolicyAgreement,
)

Implementation

LocalUser(
  this.profileImageUrls,
  this.id,
  this.name,
  this.account,
  this.mailAddress,
  this.isPremium,
  this.xRestrict,
  this.isMailAuthorized,
  this.requirePolicyAgreement,
);