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