ByteMatchSet constructor
ByteMatchSet({
- required String byteMatchSetId,
- required List<
ByteMatchTuple> byteMatchTuples, - String? name,
Implementation
ByteMatchSet({
required this.byteMatchSetId,
required this.byteMatchTuples,
this.name,
});