ErrorEventType<T extends AppException> constructor

const ErrorEventType<T extends AppException>(
  1. T? error
)

Implementation

const ErrorEventType(this.error);