isNotification property
bool?
get
isNotification
Return song type: isNotification
Will always return true or false
Implementation
bool? get isNotification => _info["is_notification"];
Return song type: isNotification
Will always return true or false
bool? get isNotification => _info["is_notification"];