Error constructor
Error(})
Implementation
Error(
this.requestTypeId,
this.requestId,
this.details,
this.error, {
List<dynamic>? arguments,
Map<String, dynamic>? argumentsKeywords,
}) {
id = MessageTypes.codeError;
this.arguments = arguments;
this.argumentsKeywords = argumentsKeywords;
}