potency property

TextFieldWrapper? get potency

Potency

Implementation

TextFieldWrapper? get potency => document
    .fieldByTypeName("Potency")
    ?.let((field) => TextFieldWrapper(field));