ChainHeadOperationError constructor

const ChainHeadOperationError({
  1. required String operationId,
  2. required String error,
})

Implementation

const ChainHeadOperationError({required this.operationId, required this.error})
  : super(ChainHeadEventType.operationError);