CreateByteMatchSetResponse constructor

CreateByteMatchSetResponse({
  1. ByteMatchSet? byteMatchSet,
  2. String? changeToken,
})

Implementation

CreateByteMatchSetResponse({
  this.byteMatchSet,
  this.changeToken,
});