albumType property

  1. @JsonKey(name: 'album_type', fromJson: _convertForAlbumType)
AlbumType? albumType
getter/setter pair

The type of the album: one of "album", "single", or "compilation".

Implementation

@JsonKey(name: 'album_type', fromJson: _convertForAlbumType)
AlbumType? albumType;