TFieldRecord typedef
A record representing a field. Similar to FieldModel.
Implementation
typedef TFieldRecord = ({
List<String>? fieldPath,
String? fieldType,
bool? nullable,
});
A record representing a field. Similar to FieldModel.
typedef TFieldRecord = ({
List<String>? fieldPath,
String? fieldType,
bool? nullable,
});