menu
atoolbox package
documentation
core/http/http.dart
ZResponse<T>
isSuccess method
isSuccess method
dark_mode
light_mode
isSuccess
method
bool
isSuccess
(
)
Implementation
bool isSuccess() { return statusCode == HttpStatus.ok; }
atoolbox package
documentation
core/http/http
ZResponse<T>
isSuccess method
ZResponse class