FieldModel.c2 constructor
const
FieldModel.c2({
- List<
String> ? fieldPath, - dynamic fieldType,
- bool? nullable,
- FieldModel? child,
Implementation
const FieldModel.c2({
this.fieldPath,
this.fieldType,
this.nullable,
this.child,
});