annotations_src/_all_annotations_src.g library
Classes
- Field
- Represents a field, its name, type, and its nullability. Similar to TFieldRecord.
- GenerateMakeups
- GenerateModel
- GenerateScreenBindings
- GenerateTypeUtils
- Property
- A generic annotation.
- TestAnnotation
- A generic annotation for testing.
Enums
- IField
- Identifier names for the IField type.
- IGenerateModel
- Identifier names for the GenerateModel annotation.
- IGenerateScreenBindings
- Identifier names for the GenerateScreenBindings annotation.
- IProperty
- Identifier names for the Property annotation.
- TestAnnotationIds
- Identifier names for the Field annotation.
Extensions
Typedefs
- TFieldRecord = ({String? fieldName, String? fieldType, bool? nullable})
- A record representing a field. Similar to Field.