fieldType property
dynamic
fieldType
final
The data type of the field, such as "String", "int", or any dynamic type.
Implementation
final dynamic? fieldType;
The data type of the field, such as "String", "int", or any dynamic type.
final dynamic? fieldType;