weight property

TextFieldWrapper? get weight

Weight

Implementation

TextFieldWrapper? get weight => document
    .fieldByTypeName("Weight")
    ?.let((field) => TextFieldWrapper(field));