TranslationErrorData constructor
Implementation
TranslationErrorData({
required this.error,
this.code,
this.details,
this.availableChannels,
this.maxChannels,
this.message,
});
TranslationErrorData({
required this.error,
this.code,
this.details,
this.availableChannels,
this.maxChannels,
this.message,
});