BitDepth constructor

BitDepth({
  1. int? bitDepth,
})

Implementation

BitDepth({
  this.bitDepth,
});