AggregateKeyInfo constructor
AggregateKeyInfo({
- required GroupKeyInfo group,
Implementation
AggregateKeyInfo({
required this.group,
required this.publicShares,
}) {
validateGroupWithPublicShares(group, publicShares);
}