hasErrors property
Implementation
@computed
bool get hasErrors =>
fullNameError != null ||
unitsPerPieceError != null ||
priceError != null ||
costError != null;
@computed
bool get hasErrors =>
fullNameError != null ||
unitsPerPieceError != null ||
priceError != null ||
costError != null;