BatchReadException constructor

BatchReadException({
  1. String? message,
  2. BatchReadExceptionType? type,
})

Implementation

BatchReadException({
  this.message,
  this.type,
});