isSuccess property

bool isSuccess

Indicates whether fetching was successful

Implementation

bool get isSuccess {
  return error == null;
}