isOverride property

bool isOverride

Whether or not artist and title are non-null and override the current media.

Implementation

bool get isOverride => _overrideArtist != null && _overrideTitle != null;