isTimeoutError property
bool
get
isTimeoutError
Check if this is a timeout error
Implementation
bool get isTimeoutError => code == '408';
Check if this is a timeout error
bool get isTimeoutError => code == '408';