menu
flutter_api_bridge package
documentation
client/api/api_result.dart
ApiError<T>
statusCode property
statusCode property
dark_mode
light_mode
statusCode
property
int
?
statusCode
final
HTTP status code — null if request never reached the server.
Implementation
final int? statusCode;
flutter_api_bridge package
documentation
client/api/api_result
ApiError<T>
statusCode property
ApiError class