FieldModel.c2 constructor

const FieldModel.c2({
  1. List<String>? fieldPath,
  2. dynamic fieldType,
  3. bool? nullable,
  4. FieldModel? child,
})

Implementation

const FieldModel.c2({
  this.fieldPath,
  this.fieldType,
  this.nullable,
  this.child,
});