photo property

TextFieldWrapper get photo

Photo image

Implementation

TextFieldWrapper get photo => document
    .fieldByTypeName("Photo")!
    .let((field) => TextFieldWrapper(field));