generalNotes property
General Notes
Implementation
TextFieldWrapper? get generalNotes => document
.fieldByTypeName("GeneralNotes")
?.let((field) => TextFieldWrapper(field));
General Notes
TextFieldWrapper? get generalNotes => document
.fieldByTypeName("GeneralNotes")
?.let((field) => TextFieldWrapper(field));