menu
unofficial_twitch_auth package
documentation
models/auth_revoke_response.dart
AuthRevokeResponse
AuthRevokeResponse.new constructor
AuthRevokeResponse.new constructor
dark_mode
light_mode
AuthRevokeResponse
constructor
AuthRevokeResponse
(
{
int
?
status
,
String
?
message
,
})
Implementation
AuthRevokeResponse({ int? status, String? message, }) : super(message: message, status: status);
unofficial_twitch_auth package
documentation
models/auth_revoke_response
AuthRevokeResponse
AuthRevokeResponse.new constructor
AuthRevokeResponse class