valuesExist property

bool valuesExist

Checks if values exist

Implementation

bool get valuesExist =>
    state.favoriteValue != null || state.lastValues.isNotEmpty;