AddIPForbiddenReq constructor
AddIPForbiddenReq({
- Iterable<
IPForbiddenAdd> ? forbiddens,
Implementation
factory AddIPForbiddenReq({
$core.Iterable<IPForbiddenAdd>? forbiddens,
}) {
final result = create();
if (forbiddens != null) result.forbiddens.addAll(forbiddens);
return result;
}