hasUnAttachedProperty method

  1. @override
bool hasUnAttachedProperty()
override

Implementation

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