menu
unofficial_twitch_auth package
documentation
models/auth_validate_response.dart
AuthValidateResponse
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_validate_response
AuthValidateResponse
hasError property
AuthValidateResponse class