BatchTooLarge constructor

BatchTooLarge({
  1. String? message,
})

Implementation

BatchTooLarge({
  this.message,
});