79227573

Date: 2024-11-26 16:41:26
Score: 3.5
Natty:
Report link
var displayRepresentation: DisplayRepresentation {
    DisplayRepresentation(
        title: LocalizedStringResource(stringLiteral: name ),
        subtitle: "Door",
        image: .init(named: image!),
        synonyms: ["Gate"]
    )
}

where name & image are defined as:

@Property(title: "Name")
var name: String

@Property(title: "Image")
var image: String?
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Starts with a question (0.5): where
  • Low reputation (1):
Posted by: user28498496