success property

bool get success

Indicates whether the request attempt is a success

Implementation

bool get success => error == null;