FieldType constructor
- required String name,
- required String fullName,
- required String normalizedName,
- required CommonFieldType? commonType,
- int? listIndex = null,
Implementation
FieldType({
required this.name,
required this.fullName,
required this.normalizedName,
required this.commonType,
this.listIndex = null,
});