ValidationOptionsForCreate constructor

ValidationOptionsForCreate({
  1. List<ValidationOptionsForCreateLevels>? levels,
})

Implementation

ValidationOptionsForCreate({List<ValidationOptionsForCreateLevels>? levels})
    : levels = levels ?? [];