isSuccess property

bool get isSuccess

Indica se a operação foi bem-sucedida

Implementation

bool get isSuccess => status == 200;