SDNDIDLoginResponse constructor
SDNDIDLoginResponse({})
Implementation
SDNDIDLoginResponse(
{required this.access_token,
required this.user_id,
required this.device_id,
this.error,
this.errorcode});