isEmpty property

bool get isEmpty

Implementation

bool get isEmpty =>
    code == null &&
    editedDescription == null &&
    combinedDescription == null &&
    usdaDescription == null &&
    irsDescription == null &&
    irsReportable == null;