StackError constructor
StackError({
- StackErrorCode? errorCode,
- String? errorMessage,
Implementation
StackError({
this.errorCode,
this.errorMessage,
});
StackError({
this.errorCode,
this.errorMessage,
});