ProtectionGroupArbitraryPatternLimits constructor

ProtectionGroupArbitraryPatternLimits({
  1. required int maxMembers,
})

Implementation

ProtectionGroupArbitraryPatternLimits({
  required this.maxMembers,
});