hasError property

dynamic get hasError
inherited

Implementation

get hasError => messages.any((message) => message.isError);