UserInfo constructor

UserInfo(
  1. int uid,
  2. String userAccount
)

Constructs a UserInfo

Implementation

UserInfo(
  this.uid,
  this.userAccount,
);