menu
ratel package
documentation
client.dart
ApiResponse
isSuccessful property
isSuccessful property
dark_mode
light_mode
isSuccessful
property
bool
get
isSuccessful
Implementation
bool get isSuccessful => statusCode >= 200 && statusCode < 300;
ratel package
documentation
client
ApiResponse
isSuccessful property
ApiResponse class