hasError property
bool
get
hasError
Implementation
bool get hasError =>
isError || isMissing || children.any((child) => child.hasError);
bool get hasError =>
isError || isMissing || children.any((child) => child.hasError);