ByteMatchSetSummary constructor

ByteMatchSetSummary({
  1. required String byteMatchSetId,
  2. required String name,
})

Implementation

ByteMatchSetSummary({
  required this.byteMatchSetId,
  required this.name,
});