IWhenValidator constructor

IWhenValidator({
  1. bool nullable = false,
  2. bool optional = false,
})

Implementation

IWhenValidator({super.nullable, super.optional});