hasGrades property

bool get hasGrades

Check if any grades are present

Implementation

bool get hasGrades =>
    vScale != null ||
    yds != null ||
    french != null ||
    font != null ||
    uiaa != null;