path property

  1. @JsonKey(required: true)
String path
final

The local file path of the icon file.

Alfred will not display an icon with a URL path.

Implementation

@JsonKey(required: true)
final String path;