pharmacyID property
TextFieldWrapper?
get
pharmacyID
Pharmacy ID
Implementation
TextFieldWrapper? get pharmacyID => document
.fieldByTypeName("PharmacyID")
?.let((field) => TextFieldWrapper(field));