StackError constructor

StackError({
  1. StackErrorCode? errorCode,
  2. String? errorMessage,
})

Implementation

StackError({
  this.errorCode,
  this.errorMessage,
});