topics property

  1. @JsonKey.new(includeToJson: false)
List<String> topics
final

Topics that subscriber belongs to

Implementation

@JsonKey(includeToJson: false)
final List<String> topics = [];