topic property

  1. @JsonKey.new(includeIfNull: false)
String? topic
final

The channel topic (1-1024 characters)

Implementation

@JsonKey(includeIfNull: false)
final String? topic;