QueryError constructor
QueryError({
- QueryErrorCode? errorCode,
- String? message,
Implementation
QueryError({
this.errorCode,
this.message,
});
QueryError({
this.errorCode,
this.message,
});