ProcessingEvent_FetchFirstBlockFailed constructor
- {@required ClientError error}
Implementation
ProcessingEvent_FetchFirstBlockFailed({
@required ClientError error,
}) {
_type = 'FetchFirstBlockFailed';
_error = ArgumentError.checkNotNull(
error, 'ProcessingEvent_FetchFirstBlockFailed error');
}