isTimeoutError property

bool get isTimeoutError

Check if this is a timeout error

Implementation

bool get isTimeoutError => code == '408';