ValidationOptionsForUpdate constructor

ValidationOptionsForUpdate({
  1. List<ValidationOptionsForUpdateLevels>? levels,
})

Implementation

ValidationOptionsForUpdate({List<ValidationOptionsForUpdateLevels>? levels})
    : levels = levels ?? [];