ByteMatchSetUpdate constructor
ByteMatchSetUpdate({
- required ChangeAction action,
- required ByteMatchTuple byteMatchTuple,
Implementation
ByteMatchSetUpdate({
required this.action,
required this.byteMatchTuple,
});