menu
azure_translation package
documentation
model/errors.dart
AzureTranslationError
AzureTranslationError const constructor
AzureTranslationError const constructor
dark_mode
light_mode
AzureTranslationError
constructor
const
AzureTranslationError
(
{
required
int
httpCode
,
int
?
code
,
String
?
message
,
})
Implementation
const AzureTranslationError({ required this.httpCode, this.code, this.message, });
azure_translation package
documentation
model/errors
AzureTranslationError
AzureTranslationError const constructor
AzureTranslationError class