KeyGroupSummary constructor

KeyGroupSummary({
  1. required KeyGroup keyGroup,
})

Implementation

KeyGroupSummary({
  required this.keyGroup,
});