tags property

  1. @JsonKey(name: r'tags', required: true, includeIfNull: false)
List<String> tags
final

Tags indicate which group this favorite belongs to. Adding multiple groups makes it show up in all. Removing it from one in that case removes it from all.

Implementation

@JsonKey(name: r'tags', required: true, includeIfNull: false)
final List<String> tags;