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