BatchArrayProperties constructor

BatchArrayProperties({
  1. int? size,
})

Implementation

BatchArrayProperties({
  this.size,
});