RegisterResponse constructor
RegisterResponse({})
Implementation
RegisterResponse({
this.accessToken,
this.deviceId,
this.expiresInMs,
this.noDe,
this.refreshToken,
required this.userId,
});
RegisterResponse({
this.accessToken,
this.deviceId,
this.expiresInMs,
this.noDe,
this.refreshToken,
required this.userId,
});