sucesso property

bool get sucesso

Indica se a requisição foi bem-sucedida (status 200).

Implementation

bool get sucesso => status == '200';