menu
chapasdk package
documentation
data/model/response/api_response.dart
ApiResponse
hasError method
hasError method
dark_mode
light_mode
hasError
method
bool
hasError
(
)
Checks if there are any errors in the API response.
Implementation
bool hasError() => errors!.isNotEmpty;
chapasdk package
documentation
data/model/response/api_response
ApiResponse
hasError method
ApiResponse class