copyWith method
Implementation
ValidationOptionsForUpdate copyWith(
{List<ValidationOptionsForUpdateLevels>? levels}) {
return ValidationOptionsForUpdate(
levels: levels ?? this.levels,
);
}
ValidationOptionsForUpdate copyWith(
{List<ValidationOptionsForUpdateLevels>? levels}) {
return ValidationOptionsForUpdate(
levels: levels ?? this.levels,
);
}