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