AuthenticateResponse constructor

AuthenticateResponse({
  1. Data? data,
})

Implementation

AuthenticateResponse({
  this.data,
});