AuthenticationInfoEntity constructor

AuthenticationInfoEntity({
  1. String? token,
  2. bool isSalesRep = false,
})

Implementation

AuthenticationInfoEntity({
  this.token,
  this.isSalesRep = false,
});