title property Null safety

String? title
read / write

The title of the feed item.

Currently, the property doesn't have value on the Android side when the source is playlistGroup. But the property has value for other feed sources.

Implementation

String? title;