tags property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<String>? tags
getter/setter pair

Keyword tags associated with the playlist.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<core.String>? tags;