isTimeout property
bool
get
isTimeout
Whether this is a timeout error
Implementation
bool get isTimeout => code == 'timeout' || message.toLowerCase().contains('timeout');
Whether this is a timeout error
bool get isTimeout => code == 'timeout' || message.toLowerCase().contains('timeout');