InitResponse constructor
InitResponse({})
Implementation
InitResponse({
required this.redirectUrl,
required this.hasRedirect,
required this.pollUrl,
required this.error,
required this.success,
required this.hash,
required this.instructions,
required this.authorizationCode,
required this.authorizationExpires,
required this.authorizationQr,
});