ClassPropertyValidator<T extends Object> constructor
const
ClassPropertyValidator<T extends Object> ({})
Implementation
const ClassPropertyValidator({
this.name,
this.defaultVal,
this.optional = false,
});