BcsWriterOptions constructor

BcsWriterOptions({
  1. int? size,
  2. int? maxSize,
  3. int? allocateSize,
})

Implementation

BcsWriterOptions({this.size, this.maxSize, this.allocateSize});