hasError property

bool hasError

Implementation

bool get hasError => _list.any((element) => element is WireSendError);