photo property
Photo image
Implementation
TextFieldWrapper? get photo => document
.fieldByTypeName("Photo")
?.let((field) => TextFieldWrapper(field));
Photo image
TextFieldWrapper? get photo => document
.fieldByTypeName("Photo")
?.let((field) => TextFieldWrapper(field));