FieldInfo constructor
FieldInfo({})
Implementation
FieldInfo({
required this.name,
required this.type,
required this.isNullable,
required this.isList,
required this.isCustomType,
this.isEnum = false,
this.jsonKey,
this.defaultValue,
});