tag property

  1. @JsonKey(name: r'tag', required: false, includeIfNull: false)
String? tag
final

Tag to filter content for this row.

Implementation

@JsonKey(name: r'tag', required: false, includeIfNull: false)
final String? tag;