menu
simple_rest_service package
documentation
entities/rest_response.dart
RestResponse<T>
success property
success property
dark_mode
light_mode
success
property
bool
get
success
Implementation
bool get success => exception == null;
simple_rest_service package
documentation
entities/rest_response
RestResponse<T>
success property
RestResponse class