menu
lokalise_flutter_sdk package
documentation
otav2/data/api/exceptions/api_exception.dart
ApiException
ApiException.new constructor
ApiException.new constructor
dark_mode
light_mode
ApiException
constructor
ApiException
(
{
required
int
httpCode
,
required
String
responseBody
,
})
Implementation
ApiException({required this.httpCode, required this.responseBody});
lokalise_flutter_sdk package
documentation
otav2/data/api/exceptions/api_exception
ApiException
ApiException.new constructor
ApiException class