annotations_src/field library

Classes

Field
Represents a field, its name, type, and its nullability. Similar to TFieldRecord.

Enums

IField
Identifier names for the IField type.

Typedefs

TFieldRecord = ({String? fieldName, String? fieldType, bool? nullable})
A record representing a field. Similar to Field.