generalNotes property
List<TextFieldWrapper>
get
generalNotes
General Note
Implementation
List<TextFieldWrapper> get generalNotes => document
.fieldsByTypeName("GeneralNote")
.map((field) => TextFieldWrapper(field))
.toList();