ids property

  1. @JsonKey(name: 'Results')
List<String>? ids
final

The list of playlist ids returned

Implementation

@JsonKey(name: 'Results')

/// The list of playlist ids returned
final List<String>? ids;