sucesso property

bool get sucesso

Converte status contêm sucesso

Implementation

bool get sucesso => status == 200 && dados.isNotEmpty;