ProxyTOtpLoginResponse constructor

const ProxyTOtpLoginResponse({
  1. required String session,
})

Implementation

const ProxyTOtpLoginResponse({
  required  this.session,
});