IdentitySessionResponse constructor

IdentitySessionResponse({
  1. DateTime? date,
  2. int? timeStamp,
  3. String? token,
  4. String? userCode,
  5. List<Location>? locations,
  6. Device? device,
  7. List<Sucursale>? sucursales,
  8. Usuario? usuario,
  9. Session? session,
})

Implementation

IdentitySessionResponse({
  this.date,
  this.timeStamp,
  this.token,
  this.userCode,
  this.locations,
  this.device,
  this.sucursales,
  this.usuario,
  this.session,
});