analyticsTags property

  1. @JsonKey(name: r'analyticsTags')
List<String>? analyticsTags
final

Tags to apply to the query for segmenting analytics data.

Implementation

@JsonKey(name: r'analyticsTags')
final List<String>? analyticsTags;