menu
unofficial_twitch_auth package
documentation
models/auth_revoke_response.dart
AuthRevokeResponse
hasError property
hasError property
dark_mode
light_mode
hasError
property
bool
get
hasError
inherited
Implementation
bool get hasError => status != null && status != 200;
unofficial_twitch_auth package
documentation
models/auth_revoke_response
AuthRevokeResponse
hasError property
AuthRevokeResponse class