isOverride property
Whether or not artist and title are non-null and override the current media.
Implementation
bool get isOverride => _overrideArtist != null && _overrideTitle != null;
Whether or not artist and title are non-null and override the current media.
bool get isOverride => _overrideArtist != null && _overrideTitle != null;