ComponentError constructor

ComponentError(
  1. String componentId,
  2. Object? error
)

Implementation

ComponentError(
  this.componentId,
  this.error,
);