ids property

  1. @JsonKey(name: 'id', toJson: nullStringListIfEmpty, includeIfNull: false)
List<String> ids
inherited

Youtube Video IDs. If Specified, only this video can be returned (may be filtered out by other conditions though)

Implementation

@JsonKey(name: 'id', toJson: nullStringListIfEmpty, includeIfNull: false)
List<String> get ids => throw _privateConstructorUsedError;