icon property

  1. @JsonKey(fromJson: _iconFromJson, includeIfNull: false)
AlfredItemIcon? icon
final

The icon displayed in the result row.

Workflows are run from their workflow folder, so you can reference icons stored in your workflow relatively.

Implementation

@JsonKey(fromJson: _iconFromJson, includeIfNull: false)
final AlfredItemIcon? icon;