tags property

  1. @JsonKey(name: 'tags')
List<String>? tags
inherited

Tag ids if tags filter enabled.

Implementation

@JsonKey(name: 'tags')
List<String>? get tags => throw _privateConstructorUsedError;