BitDepth$Response constructor

const BitDepth$Response({
  1. int? bitDepth,
})

Implementation

const BitDepth$Response({
  this.bitDepth,
});