context property

  1. @JsonKey(defaultValue: <String>[])
List<String> context
final

Contexts where the filter is applied (home, notifications, public, thread, account).

Implementation

@JsonKey(defaultValue: <String>[])
final List<String> context;