isDialError property
bool
get
isDialError
IsDialError returns true if the error was due to a dial back failure
Implementation
bool get isDialError => status == pb.Message_ResponseStatus.E_DIAL_ERROR;
IsDialError returns true if the error was due to a dial back failure
bool get isDialError => status == pb.Message_ResponseStatus.E_DIAL_ERROR;