breastFeeding property
Breast Feeding
Implementation
TextFieldWrapper? get breastFeeding => document
.fieldByTypeName("BreastFeeding")
?.let((field) => TextFieldWrapper(field));
Breast Feeding
TextFieldWrapper? get breastFeeding => document
.fieldByTypeName("BreastFeeding")
?.let((field) => TextFieldWrapper(field));