topics property

  1. @JsonKey(name: 'topic')
List<String> topics
inherited

Return videos that match one of the provided topics

Implementation

@JsonKey(name: 'topic')
List<String> get topics => throw _privateConstructorUsedError;