ByteMatchSetUpdate constructor

ByteMatchSetUpdate({
  1. required ChangeAction action,
  2. required ByteMatchTuple byteMatchTuple,
})

Implementation

ByteMatchSetUpdate({
  required this.action,
  required this.byteMatchTuple,
});