ByteMatchSet constructor

ByteMatchSet({
  1. required String byteMatchSetId,
  2. required List<ByteMatchTuple> byteMatchTuples,
  3. String? name,
})

Implementation

ByteMatchSet({
  required this.byteMatchSetId,
  required this.byteMatchTuples,
  this.name,
});