type property

  1. @JsonKey(toJson: videoTypeToString, includeIfNull: false)
  2. @JsonKey(includeIfNull: false)
VideoType? type
inherited

Filter by type of video, either clips or streams

Implementation

@JsonKey(toJson: videoTypeToString, includeIfNull: false)
@JsonKey(includeIfNull: false)
VideoType? get type => throw _privateConstructorUsedError;