success property

bool success

Indicates whether the request attempt is a success

Implementation

bool get success => error == null;