isValid property

bool isValid

Implementation

bool get isValid =>
    param != null && (sortMode != null || paramAction != null);