hasErrorFor method

bool hasErrorFor(
  1. Object key
)

Returns the error status by key

Implementation

bool hasErrorFor(Object key) => errorFor(key) != null;