addAll

@JvmName(name = "addAllProblem")
fun DslList<String, DomainVerificationKt.Dsl.ProblemProxy>.addAll(values: Iterable<String>)
Problem messages to resolve verification.

repeated string problem = 3;

Parameters

values

The problem to add.