topicId property

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

corresponds to a Topic ID, Videos of type clip cannot not have topic. Streams may or may not have topic.

Implementation

@JsonKey(name: 'topic_id')
String? get topicId => throw _privateConstructorUsedError;