isSuccess property

bool get isSuccess

True if the result is a success

Implementation

bool get isSuccess => _location != null;