menu
flutter_hiennv package
documentation
models/base_response.dart
BaseResponse<T, E>
hasError method
hasError method
dark_mode
light_mode
hasError
method
bool
hasError
(
)
Implementation
bool hasError(){ return error != null; }
flutter_hiennv package
documentation
models/base_response
BaseResponse<T, E>
hasError method
BaseResponse class