JSCustomException constructor

JSCustomException(
  1. dynamic value, {
  2. bool isErrorObject = false,
})

Implementation

JSCustomException(this.value, {this.isErrorObject = false});