GetByteMatchSetResponse constructor

GetByteMatchSetResponse({
  1. ByteMatchSet? byteMatchSet,
})

Implementation

GetByteMatchSetResponse({
  this.byteMatchSet,
});