menu
bloc_structure package
documentation
api_calling/response_model.dart
ApiResponse<T>
hasError property
hasError property
dark_mode
light_mode
hasError
property
bool
get
hasError
Implementation
bool get hasError => message != null || (statusCode >= 400);
bloc_structure package
documentation
api_calling/response_model
ApiResponse<T>
hasError property
ApiResponse class