isNotification property

bool? isNotification

Return song type: isNotification

Will always return true or false

Implementation

bool? get isNotification => _info["is_notification"];