ClassValidator constructor

const ClassValidator({
  1. bool stopWhenFirstError = true,
  2. NamingConvention namingConvention = NamingConvention.camelCase,
})

Implementation

const ClassValidator({
  this.stopWhenFirstError = true,
  this.namingConvention = NamingConvention.camelCase,
});