photo property

The photo is the background of the survey snippet.

Implementation

PhotoAttachmentModel? get photo =>
    payload['photo'] != null ? PhotoAttachmentModel(payload['photo']) : null;