menu
flutter_api_bridge package
documentation
client/api/api_result.dart
ApiError<T>
raw property
raw property
dark_mode
light_mode
raw
property
Map
<
String
,
dynamic
>
?
raw
final
Full raw error response map if the server returned one.
Implementation
final Map<String, dynamic>? raw;
flutter_api_bridge package
documentation
client/api/api_result
ApiError<T>
raw property
ApiError class