QuantisationRange$Response constructor

const QuantisationRange$Response({
  1. String? quantisationRange,
})

Implementation

const QuantisationRange$Response({
  this.quantisationRange,
});