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