hasMessageError method

bool hasMessageError()

Checks if there are any message errors in the API response.

Implementation

bool hasMessageError() => message!.isNotEmpty;