sucesso property

bool get sucesso

Verifica se a resposta foi bem-sucedida

Implementation

bool get sucesso => status >= 200 && status < 300;