hasUnAttachedProperty method
Implementation
@override
bool hasUnAttachedProperty() {
return !title.attached ||
!artist.attached ||
!album.attached ||
!encoding.attached ||
!imageBytes.attached ||
!userDefines.attached;
}