sucesso property

bool get sucesso

Indica se a autenticação foi bem-sucedida

Implementation

bool get sucesso => status == 200 || status == 304;