topicId property

  1. @JsonKey(name: 'topic_id')
String? get topicId
inherited

Implementation

String get id;@JsonKey(name: 'user_id') String get userId; String get kind;@JsonKey(name: 'topic_id') String? get topicId;