ProtectionGroupArbitraryPatternLimits.fromJson constructor
Implementation
factory ProtectionGroupArbitraryPatternLimits.fromJson(
Map<String, dynamic> json) {
return ProtectionGroupArbitraryPatternLimits(
maxMembers: json['MaxMembers'] as int,
);
}