isSuccess property

bool get isSuccess

Verifica se a requisição foi bem-sucedida

Implementation

bool get isSuccess => status == 200;