BatchReadException constructor
BatchReadException({
- String? message,
- BatchReadExceptionType? type,
Implementation
BatchReadException({
this.message,
this.type,
});