FieldRule constructor
FieldRule({})
Implementation
FieldRule({
required this.type,
this.required = false,
this.allowedValues,
this.matchesPattern,
this.nestedFields,
this.recursiveMapSchema,
});
FieldRule({
required this.type,
this.required = false,
this.allowedValues,
this.matchesPattern,
this.nestedFields,
this.recursiveMapSchema,
});