FeatherJsError constructor

FeatherJsError({
  1. FeatherJsErrorType type = FeatherJsErrorType.IS_UNKNOWN_ERROR,
  2. dynamic error,
})

Implementation

FeatherJsError({
  this.type = FeatherJsErrorType.IS_UNKNOWN_ERROR,
  this.error,
});