annotations_src/field library
Classes
- Field
- Represents a field, its name, type, and its nullability. Similar to TFieldRecord.
Extensions
Typedefs
- TFieldRecord = ({String? fieldName, String? fieldType, bool? nullable})
- A record representing a field. Similar to Field.