OpenRouterManagementApiException constructor
const
OpenRouterManagementApiException({})
Implementation
const OpenRouterManagementApiException({
required this.statusCode,
required this.message,
required this.responseBody,
this.responseJson,
});