topicId property

  1. @JsonKey.new(name: 'topic_id')
int get topicId
inherited

Unique identifier of the topic

Implementation

@JsonKey(name: 'topic_id')
int get topicId;