success property

bool success

Implementation

bool get success => (status >= 200) && (status <= 299);