hasErrors property

  1. @computed
bool get hasErrors

Implementation

@computed
bool get hasErrors =>
    designationError != null ||
    unitsInOnePieceError != null ||
    priceError != null ||
    costError != null;